#AFA95C

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

Shades of Olive Green #AFA95C

Tints of Olive Green #AFA95C

Color information

#AFA95C (or 0xAFA95C) is unknown color: approx Olive Green. HEX triplet: AF, A9 and 5C. RGB value is (175,169,92). Sum of RGB (Red+Green+Blue) = 175+169+92=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA95C is #5056A3. Grayscale: #A2A2A2. Windows color (decimal): -5265060 or 6072751. OLE color: 6072751.

HSL color Cylindrical-coordinate representation of color #AFA95C: hue angle of 55.66º 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 #AFA95C is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17516992-
CMYK00.030.470.31
HSL55.66º34.16%52.35%-
HSV(B)55.66º47.43%68.63%-
XYZ33.838.2615.73-
YUV162.0288.49137.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=40.14%
G=38.76%
B=21.10%

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
Decimal1751699200.030.470.3155.6634.1652.35
HexAFA95C032F1F382234
Octal257251134035737704264
Binary1010111110101001101110001110111111111111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA95C; }

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

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

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

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

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

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

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

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