#AFAE58

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

Shades of Olive Green #AFAE58

Tints of Olive Green #AFAE58

Color information

#AFAE58 (or 0xAFAE58) is unknown color: approx Olive Green. HEX triplet: AF, AE and 58. RGB value is (175,174,88). Sum of RGB (Red+Green+Blue) = 175+174+88=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE58 is #5051A7. Grayscale: #A4A4A4. Windows color (decimal): -5263784 or 5811887. OLE color: 5811887.

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

Color convert

RGB17517488-
CMYK00.010.500.31
HSL59.31º35.22%51.57%-
HSV(B)59.31º49.71%68.63%-
XYZ34.5840.0915.15-
YUV164.584.83135.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 88 (34.77% from 255) = 20.14%
R=40.05%
G=39.82%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751748800.010.500.3159.3135.2251.57
HexAFAE5801321F3b2334
Octal257256130016237734364
Binary101011111010111010110000111001011111111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE58; }

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

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

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

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

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

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

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

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