#A8A552

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

Shades of Olive Green #A8A552

Tints of Olive Green #A8A552

Color information

#A8A552 (or 0xA8A552) is unknown color: approx Olive Green. HEX triplet: A8, A5 and 52. RGB value is (168,165,82). Sum of RGB (Red+Green+Blue) = 168+165+82=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A552 is #575AAD. Grayscale: #9C9C9C. Windows color (decimal): -5724846 or 5416360. OLE color: 5416360.

HSL color Cylindrical-coordinate representation of color #A8A552: hue angle of 57.91º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8A552 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB16816582-
CMYK00.020.510.34
HSL57.91º34.4%49.02%-
HSV(B)57.91º51.19%65.88%-
XYZ31.1335.8413.26-
YUV156.4485.99136.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 82 (32.42% from 255) = 19.76%
R=40.48%
G=39.76%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681658200.020.510.3457.9134.449.02
HexA8A5520233223a2231
Octal250245122026342724261
Binary10101000101001011010010010110011100010111010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A552; }

 p { color: rgb(168,165,82); }

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

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

 a { background-color: rgb(168,165,82); }

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

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

 span { border-color: rgb(168,165,82); }

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