#AFA655

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

Shades of Olive Green #AFA655

Tints of Olive Green #AFA655

Color information

#AFA655 (or 0xAFA655) is unknown color: approx Olive Green. HEX triplet: AF, A6 and 55. RGB value is (175,166,85). Sum of RGB (Red+Green+Blue) = 175+166+85=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA655 is #5059AA. Grayscale: #9F9F9F. Windows color (decimal): -5265835 or 5613231. OLE color: 5613231.

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

Color convert

RGB17516685-
CMYK00.050.510.31
HSL54º36%50.98%-
HSV(B)54º51.43%68.63%-
XYZ32.9637.0414.01-
YUV159.4685.98139.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=41.08%
G=38.97%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751668500.050.510.31543650.98
HexAFA65505331F362433
Octal257246125056337664463
Binary10101111101001101010101010111001111111110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA655; }

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

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

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

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

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

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

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

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