#AFAE6A

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

Shades of Olive Green #AFAE6A

Tints of Olive Green #AFAE6A

Color information

#AFAE6A (or 0xAFAE6A) is unknown color: approx Olive Green. HEX triplet: AF, AE and 6A. RGB value is (175,174,106). Sum of RGB (Red+Green+Blue) = 175+174+106=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE6A is #505195. Grayscale: #A6A6A6. Windows color (decimal): -5263766 or 6991535. OLE color: 6991535.

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

Color convert

RGB175174106-
CMYK00.010.390.31
HSL59.13º30.13%55.1%-
HSV(B)59.13º39.43%68.63%-
XYZ35.4240.4319.57-
YUV166.5593.83134.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 106 (41.80% from 255) = 23.30%
R=38.46%
G=38.24%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517410600.010.390.3159.1330.1355.1
HexAFAE6A01271F3b1e37
Octal257256152014737733667
Binary10101111101011101101010011001111111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE6A; }

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

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

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

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

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

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

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

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