#AFA957

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

Shades of Olive Green #AFA957

Tints of Olive Green #AFA957

Color information

#AFA957 (or 0xAFA957) is unknown color: approx Olive Green. HEX triplet: AF, A9 and 57. RGB value is (175,169,87). Sum of RGB (Red+Green+Blue) = 175+169+87=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA957 is #5056A8. Grayscale: #A1A1A1. Windows color (decimal): -5265065 or 5745071. OLE color: 5745071.

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

Color convert

RGB17516987-
CMYK00.030.500.31
HSL55.91º35.48%51.37%-
HSV(B)55.91º50.29%68.63%-
XYZ33.5938.1814.62-
YUV161.4585.99137.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 169 (66.41% from 255) = 39.21%
BLUE value IS 87 (34.38% from 255) = 20.19%
R=40.60%
G=39.21%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751698700.030.500.3155.9135.4851.37
HexAFA95703321F382333
Octal257251127036237704363
Binary1010111110101001101011101111001011111111000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA957; }

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

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

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

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

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

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

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

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