#AFAD53

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

Shades of Olive Green #AFAD53

Tints of Olive Green #AFAD53

Color information

#AFAD53 (or 0xAFAD53) is unknown color: approx Olive Green. HEX triplet: AF, AD and 53. RGB value is (175,173,83). Sum of RGB (Red+Green+Blue) = 175+173+83=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD53 is #5052AC. Grayscale: #A3A3A3. Windows color (decimal): -5264045 or 5483951. OLE color: 5483951.

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

Color convert

RGB17517383-
CMYK00.010.530.31
HSL58.7º36.51%50.59%-
HSV(B)58.7º52.57%68.63%-
XYZ34.1839.6314.03-
YUV163.3482.66136.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 83 (32.81% from 255) = 19.26%
R=40.60%
G=40.14%
B=19.26%

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
Decimal1751738300.010.530.3158.736.5150.59
HexAFAD5301351F3b2533
Octal257255123016537734563
Binary101011111010110110100110111010111111111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD53; }

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

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

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

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

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

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

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

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