#AFAC53

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

Shades of Olive Green #AFAC53

Tints of Olive Green #AFAC53

Color information

#AFAC53 (or 0xAFAC53) is unknown color: approx Olive Green. HEX triplet: AF, AC and 53. RGB value is (175,172,83). Sum of RGB (Red+Green+Blue) = 175+172+83=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC53 is #5053AC. Grayscale: #A3A3A3. Windows color (decimal): -5264301 or 5483695. OLE color: 5483695.

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

Color convert

RGB17517283-
CMYK00.020.530.31
HSL58.04º36.51%50.59%-
HSV(B)58.04º52.57%68.63%-
XYZ33.9939.2413.97-
YUV162.7582.99136.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 83 (32.81% from 255) = 19.30%
R=40.70%
G=40%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751728300.020.530.3158.0436.5150.59
HexAFAC5302351F3a2533
Octal257254123026537724563
Binary1010111110101100101001101011010111111111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC53; }

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

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

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

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

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

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

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

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