#AFAA5C

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

Shades of Olive Green #AFAA5C

Tints of Olive Green #AFAA5C

Color information

#AFAA5C (or 0xAFAA5C) is unknown color: approx Olive Green. HEX triplet: AF, AA and 5C. RGB value is (175,170,92). Sum of RGB (Red+Green+Blue) = 175+170+92=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA5C is #5055A3. Grayscale: #A2A2A2. Windows color (decimal): -5264804 or 6073007. OLE color: 6073007.

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

Color convert

RGB17517092-
CMYK00.030.470.31
HSL56.39º34.16%52.35%-
HSV(B)56.39º47.43%68.63%-
XYZ33.9938.6415.79-
YUV162.688.16136.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=40.05%
G=38.90%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751709200.030.470.3156.3934.1652.35
HexAFAA5C032F1F382234
Octal257252134035737704264
Binary1010111110101010101110001110111111111111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA5C; }

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

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

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

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

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

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

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

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