#AFA958

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

Shades of Olive Green #AFA958

Tints of Olive Green #AFA958

Color information

#AFA958 (or 0xAFA958) is unknown color: approx Olive Green. HEX triplet: AF, A9 and 58. RGB value is (175,169,88). Sum of RGB (Red+Green+Blue) = 175+169+88=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA958 is #5056A7. Grayscale: #A1A1A1. Windows color (decimal): -5265064 or 5810607. OLE color: 5810607.

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

Color convert

RGB17516988-
CMYK00.030.500.31
HSL55.86º35.22%51.57%-
HSV(B)55.86º49.71%68.63%-
XYZ33.6338.1914.83-
YUV161.5686.49137.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 88 (34.77% from 255) = 20.37%
R=40.51%
G=39.12%
B=20.37%

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
Decimal1751698800.030.500.3155.8635.2251.57
HexAFA95803321F382334
Octal257251130036237704364
Binary1010111110101001101100001111001011111111000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA958; }

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

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

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

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

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

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

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

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