#AFAE53

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

Shades of Olive Green #AFAE53

Tints of Olive Green #AFAE53

Color information

#AFAE53 (or 0xAFAE53) is unknown color: approx Olive Green. HEX triplet: AF, AE and 53. RGB value is (175,174,83). Sum of RGB (Red+Green+Blue) = 175+174+83=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE53 is #5051AC. Grayscale: #A4A4A4. Windows color (decimal): -5263789 or 5484207. OLE color: 5484207.

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

Color convert

RGB17517483-
CMYK00.010.530.31
HSL59.35º36.51%50.59%-
HSV(B)59.35º52.57%68.63%-
XYZ34.3840.0114.09-
YUV163.9282.33135.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 83 (32.81% from 255) = 19.21%
R=40.51%
G=40.28%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751748300.010.530.3159.3536.5150.59
HexAFAE5301351F3b2533
Octal257256123016537734563
Binary101011111010111010100110111010111111111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE53; }

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

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

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

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

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

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

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

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