Color Hex Logo

#afa133 Color Hex

#AFA133
(175,161,51)
0 Favorites   0 Comments

Color spaces of #afa133

RGB 17516151
HSL0.150.550.44
HSV53°71°69°
CMYK 0.000.080.71   0.31
XYZ31.021634.84278.2223
Yxy34.84270.41870.4703
Hunter Lab59.0277-9.489133.0606
CIE-Lab65.6260-7.582656.1986

#afa133 color RGB value is (175,161,51).

#afa133 hex color red value is 175, green value is 161 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #afa133 hue: 0.15 , saturation: 0.55 and the lightness value of afa133 is 0.44.

The process color (four color CMYK) of #afa133 color hex is 0.00, 0.08, 0.71, 0.31. Web safe color of #afa133 is #999933. Color #afa133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 00110011
Octal 257 241 63
Decimal 175 161 51
Hex AF A1 33

RGB Percentages of Color #afa133

%45.22
%41.60
%13.18

CMYK Percentages of Color #afa133

%0
%8
%71
%31

Triadic Colors of #afa133

#afa133 #33afa1 #a133af

Analogous Colors of #afa133

#afa133 #7faf33 #af6333

Monochromatic Colors of #afa133

#afa133

Complementary Color

#afa133 #3341af

#afa133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa133 Color CSS Codes

.mybgcolor {background-color:#afa133; } 
.myforecolor {color:#afa133; }
.mybordercolor {border:3px solid #afa133; }

#afa133 Text Font Color

<p style="color:#afa133">Text here</p>

This sample text font color is #afa133
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afa133 Background Color

<div style="background-color:#afa133">
Div content here</div>

This div background color is #afa133


#afa133 Border Color

<div style="border:3px solid #afa133">
Div here</div>

This div border color is #afa133


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,161,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afa133; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afa133;
  -webkit-box-shadow: 1px 1px 3px 2px #afa133;
  box-shadow:         1px 1px 3px 2px #afa133; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,161,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afa133">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afa133;
  -webkit-box-shadow: 1px 1px 3px 2px #afa133;
  box-shadow:         1px 1px 3px 2px #afa133;">
Div content here</div>

This div box has shadow with color #afa133


Comments

No comments written yet.

Please login to write comment.