#AFAA58

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

Shades of Olive Green #AFAA58

Tints of Olive Green #AFAA58

Color information

#AFAA58 (or 0xAFAA58) is unknown color: approx Olive Green. HEX triplet: AF, AA and 58. RGB value is (175,170,88). Sum of RGB (Red+Green+Blue) = 175+170+88=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA58 is #5055A7. Grayscale: #A2A2A2. Windows color (decimal): -5264808 or 5810863. OLE color: 5810863.

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

Color convert

RGB17517088-
CMYK00.030.500.31
HSL56.55º35.22%51.57%-
HSV(B)56.55º49.71%68.63%-
XYZ33.8238.5714.89-
YUV162.1586.16137.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 88 (34.77% from 255) = 20.32%
R=40.42%
G=39.26%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751708800.030.500.3156.5535.2251.57
HexAFAA5803321F392334
Octal257252130036237714364
Binary1010111110101010101100001111001011111111001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA58; }

 p { color: rgb(175,170,88); }

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

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

 a { background-color: rgb(175,170,88); }

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

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

 span { border-color: rgb(175,170,88); }

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