#AFAA5B

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

Shades of Olive Green #AFAA5B

Tints of Olive Green #AFAA5B

Color information

#AFAA5B (or 0xAFAA5B) is unknown color: approx Olive Green. HEX triplet: AF, AA and 5B. RGB value is (175,170,91). Sum of RGB (Red+Green+Blue) = 175+170+91=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA5B is #5055A4. Grayscale: #A2A2A2. Windows color (decimal): -5264805 or 6007471. OLE color: 6007471.

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

Color convert

RGB17517091-
CMYK00.030.480.31
HSL56.43º34.43%52.16%-
HSV(B)56.43º48%68.63%-
XYZ33.9438.6215.56-
YUV162.4987.66136.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 91 (35.94% from 255) = 20.87%
R=40.14%
G=38.99%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751709100.030.480.3156.4334.4352.16
HexAFAA5B03301F382234
Octal257252133036037704264
Binary1010111110101010101101101111000011111111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA5B; }

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

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

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

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

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

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

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

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