#AFAE5C

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

Shades of Olive Green #AFAE5C

Tints of Olive Green #AFAE5C

Color information

#AFAE5C (or 0xAFAE5C) is unknown color: approx Olive Green. HEX triplet: AF, AE and 5C. RGB value is (175,174,92). Sum of RGB (Red+Green+Blue) = 175+174+92=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE5C is #5051A3. Grayscale: #A5A5A5. Windows color (decimal): -5263780 or 6074031. OLE color: 6074031.

HSL color Cylindrical-coordinate representation of color #AFAE5C: hue angle of 59.28º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFAE5C is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17517492-
CMYK00.010.470.31
HSL59.28º34.16%52.35%-
HSV(B)59.28º47.43%68.63%-
XYZ34.7540.1616.05-
YUV164.9586.83135.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=39.68%
G=39.46%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751749200.010.470.3159.2834.1652.35
HexAFAE5C012F1F3b2234
Octal257256134015737734264
Binary101011111010111010111000110111111111111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE5C; }

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

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

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

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

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

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

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

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