#AFA955

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

Shades of Olive Green #AFA955

Tints of Olive Green #AFA955

Color information

#AFA955 (or 0xAFA955) is unknown color: approx Olive Green. HEX triplet: AF, A9 and 55. RGB value is (175,169,85). Sum of RGB (Red+Green+Blue) = 175+169+85=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA955 is #5056AA. Grayscale: #A1A1A1. Windows color (decimal): -5265067 or 5613999. OLE color: 5613999.

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

Color convert

RGB17516985-
CMYK00.030.510.31
HSL56º36%50.98%-
HSV(B)56º51.43%68.63%-
XYZ33.5138.1514.19-
YUV161.2284.99137.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 169 (66.41% from 255) = 39.39%
BLUE value IS 85 (33.59% from 255) = 19.81%
R=40.79%
G=39.39%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751698500.030.510.31563650.98
HexAFA95503331F382433
Octal257251125036337704463
Binary1010111110101001101010101111001111111111000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA955; }

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

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

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

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

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

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

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

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