#AFA853

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

Shades of Olive Green #AFA853

Tints of Olive Green #AFA853

Color information

#AFA853 (or 0xAFA853) is unknown color: approx Olive Green. HEX triplet: AF, A8 and 53. RGB value is (175,168,83). Sum of RGB (Red+Green+Blue) = 175+168+83=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA853 is #5057AC. Grayscale: #A0A0A0. Windows color (decimal): -5265325 or 5482671. OLE color: 5482671.

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

Color convert

RGB17516883-
CMYK00.040.530.31
HSL55.43º36.51%50.59%-
HSV(B)55.43º52.57%68.63%-
XYZ33.2437.7413.72-
YUV160.484.32138.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 83 (32.81% from 255) = 19.48%
R=41.08%
G=39.44%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751688300.040.530.3155.4336.5150.59
HexAFA85304351F372533
Octal257250123046537674563
Binary10101111101010001010011010011010111111110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA853; }

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

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

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

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

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

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

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

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