#AFAC57

Color #AFAC57 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #AFAC57

Tints of Olive Green #AFAC57

Color information

#AFAC57 (or 0xAFAC57) is unknown color: approx Olive Green. HEX triplet: AF, AC and 57. RGB value is (175,172,87). Sum of RGB (Red+Green+Blue) = 175+172+87=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC57 is #5053A8. Grayscale: #A3A3A3. Windows color (decimal): -5264297 or 5745839. OLE color: 5745839.

HSL color Cylindrical-coordinate representation of color #AFAC57: hue angle of 57.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFAC57 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17517287-
CMYK00.020.500.31
HSL57.95º35.48%51.37%-
HSV(B)57.95º50.29%68.63%-
XYZ34.1539.3114.8-
YUV163.2184.99136.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 87 (34.38% from 255) = 20.05%
R=40.32%
G=39.63%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751728700.020.500.3157.9535.4851.37
HexAFAC5702321F3a2333
Octal257254127026237724363
Binary1010111110101100101011101011001011111111010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC57; }

 p { color: rgb(175,172,87); }

 H1.HeaderClassName
 {
   color: #AFAC57;
 }
 .AnyTagClassName
 {
   color: #AFAC57;
 }
</style>
background-color css

<style>
 a { background-color: #AFAC57; }

 a { background-color: rgb(175,172,87); }

 div.DivClassName
 {
   background-color: #AFAC57;
 }
 .BgClassName
 {
   background-color: #AFAC57;
 }
</style>
border-color css

<style>
 span { border-color: #AFAC57; }

 span { border-color: rgb(175,172,87); }

 td.TdClassName
 {
   border-color: #AFAC57;
 }
 .TagClassName
 {
   border-color: #AFAC57;
 }
</style>