#AFAC55

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

Shades of Olive Green #AFAC55

Tints of Olive Green #AFAC55

Color information

#AFAC55 (or 0xAFAC55) is unknown color: approx Olive Green. HEX triplet: AF, AC and 55. RGB value is (175,172,85). Sum of RGB (Red+Green+Blue) = 175+172+85=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC55 is #5053AA. Grayscale: #A3A3A3. Windows color (decimal): -5264299 or 5614767. OLE color: 5614767.

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

Color convert

RGB17517285-
CMYK00.020.510.31
HSL58º36%50.98%-
HSV(B)58º51.43%68.63%-
XYZ34.0739.2714.38-
YUV162.9883.99136.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 85 (33.59% from 255) = 19.68%
R=40.51%
G=39.81%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751728500.020.510.31583650.98
HexAFAC5502331F3a2433
Octal257254125026337724463
Binary1010111110101100101010101011001111111111010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC55; }

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

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

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

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

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

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

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

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