#A8A752

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

Shades of Olive Green #A8A752

Tints of Olive Green #A8A752

Color information

#A8A752 (or 0xA8A752) is unknown color: approx Olive Green. HEX triplet: A8, A7 and 52. RGB value is (168,167,82). Sum of RGB (Red+Green+Blue) = 168+167+82=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A752 is #5758AD. Grayscale: #9D9D9D. Windows color (decimal): -5724334 or 5416872. OLE color: 5416872.

HSL color Cylindrical-coordinate representation of color #A8A752: hue angle of 59.3º 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 #A8A752 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB16816782-
CMYK00.010.510.34
HSL59.3º34.4%49.02%-
HSV(B)59.3º51.19%65.88%-
XYZ31.4936.5713.38-
YUV157.6185.33135.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=40.29%
G=40.05%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681678200.010.510.3459.334.449.02
HexA8A7520133223b2231
Octal250247122016342734261
Binary1010100010100111101001001110011100010111011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A752; }

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

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

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

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

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

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

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

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