#a8af55

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

Shades of Olive Green #A8AF55

Tints of Olive Green #A8AF55

Color information

#A8AF55 (or 0xA8AF55) is unknown color: approx Olive Green. HEX triplet: A8, AF and 55. RGB value is (168,175,85). Sum of RGB (Red+Green+Blue) = 168+175+85=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF55 is #5750AA. Grayscale: #A3A3A3. Windows color (decimal): -5722283 or 5615528. OLE color: 5615528.

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

Color convert

RGB16817585-
CMYK0.0400.510.31
HSL64.67º36%50.98%-
HSV(B)64.67º51.43%68.63%-
XYZ33.1239.6414.5-
YUV162.6584.18131.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 175 (68.75% from 255) = 40.89%
BLUE value IS 85 (33.59% from 255) = 19.86%
R=39.25%
G=40.89%
B=19.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168175850.0400.510.3164.673650.98
HexA8AF5540331F412433
Octal2502571254063371014463
Binary101010001010111110101011000110011111111000001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8af55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8af55; }

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

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

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

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

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

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

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

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