#AFA858

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

Shades of Olive Green #AFA858

Tints of Olive Green #AFA858

Color information

#AFA858 (or 0xAFA858) is unknown color: approx Olive Green. HEX triplet: AF, A8 and 58. RGB value is (175,168,88). Sum of RGB (Red+Green+Blue) = 175+168+88=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA858 is #5057A7. Grayscale: #A1A1A1. Windows color (decimal): -5265320 or 5810351. OLE color: 5810351.

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

Color convert

RGB17516888-
CMYK00.040.500.31
HSL55.17º35.22%51.57%-
HSV(B)55.17º49.71%68.63%-
XYZ33.4437.8214.77-
YUV160.9786.82138-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 168 (66.02% from 255) = 38.98%
BLUE value IS 88 (34.77% from 255) = 20.42%
R=40.60%
G=38.98%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751688800.040.500.3155.1735.2251.57
HexAFA85804321F372334
Octal257250130046237674364
Binary10101111101010001011000010011001011111110111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA858; }

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

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

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

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

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

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

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

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