#A8A52A

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

Shades of Earls Green #A8A52A

Tints of Earls Green #A8A52A

Color information

#A8A52A (or 0xA8A52A) is unknown color: approx Earls Green. HEX triplet: A8, A5 and 2A. RGB value is (168,165,42). Sum of RGB (Red+Green+Blue) = 168+165+42=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A52A is #575AD5. Grayscale: #989898. Windows color (decimal): -5724886 or 2794920. OLE color: 2794920.

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

Color convert

RGB16816542-
CMYK00.020.750.34
HSL58.57º60%41.18%-
HSV(B)58.57º75%65.88%-
XYZ30.0235.47.44-
YUV151.8865.99139.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 42 (16.80% from 255) = 11.2%
R=44.8%
G=44%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681654200.020.750.3458.576041.18
HexA8A52A024B223b3c29
Octal250245520211342737451
Binary10101000101001011010100101001011100010111011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A52A; }

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

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

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

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

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

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

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

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