#AFA855

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

Shades of Olive Green #AFA855

Tints of Olive Green #AFA855

Color information

#AFA855 (or 0xAFA855) is unknown color: approx Olive Green. HEX triplet: AF, A8 and 55. RGB value is (175,168,85). Sum of RGB (Red+Green+Blue) = 175+168+85=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA855 is #5057AA. Grayscale: #A0A0A0. Windows color (decimal): -5265323 or 5613743. OLE color: 5613743.

HSL color Cylindrical-coordinate representation of color #AFA855: hue angle of 55.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFA855 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17516885-
CMYK00.040.510.31
HSL55.33º36%50.98%-
HSV(B)55.33º51.43%68.63%-
XYZ33.3237.7814.13-
YUV160.6385.32138.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 168 (66.02% from 255) = 39.25%
BLUE value IS 85 (33.59% from 255) = 19.86%
R=40.89%
G=39.25%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751688500.040.510.3155.333650.98
HexAFA85504331F372433
Octal257250125046337674463
Binary10101111101010001010101010011001111111110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA855; }

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

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

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

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

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

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

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

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