#AFA854

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

Shades of Olive Green #AFA854

Tints of Olive Green #AFA854

Color information

#AFA854 (or 0xAFA854) is unknown color: approx Olive Green. HEX triplet: AF, A8 and 54. RGB value is (175,168,84). Sum of RGB (Red+Green+Blue) = 175+168+84=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA854 is #5057AB. Grayscale: #A0A0A0. Windows color (decimal): -5265324 or 5548207. OLE color: 5548207.

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

Color convert

RGB17516884-
CMYK00.040.520.31
HSL55.38º36.25%50.78%-
HSV(B)55.38º52%68.63%-
XYZ33.2837.7613.92-
YUV160.5284.82138.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 168 (66.02% from 255) = 39.34%
BLUE value IS 84 (33.20% from 255) = 19.67%
R=40.98%
G=39.34%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751688400.040.520.3155.3836.2550.78
HexAFA85404341F372433
Octal257250124046437674463
Binary10101111101010001010100010011010011111110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA854; }

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

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

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

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

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

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

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

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