#A7AA2A

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

Shades of Earls Green #A7AA2A

Tints of Earls Green #A7AA2A

Color information

#A7AA2A (or 0xA7AA2A) is unknown color: approx Earls Green. HEX triplet: A7, AA and 2A. RGB value is (167,170,42). Sum of RGB (Red+Green+Blue) = 167+170+42=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AA2A is #5855D5. Grayscale: #9B9B9B. Windows color (decimal): -5789142 or 2796199. OLE color: 2796199.

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

Color convert

RGB16717042-
CMYK0.0200.750.33
HSL61.41º60.38%41.57%-
HSV(B)61.41º75.29%66.67%-
XYZ30.7337.137.74-
YUV154.5164.51136.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 170 (66.80% from 255) = 44.85%
BLUE value IS 42 (16.80% from 255) = 11.08%
R=44.06%
G=44.85%
B=11.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167170420.0200.750.3361.4160.3841.57
HexA7AA2A204B213d3c2a
Octal247252522011341757452
Binary10100111101010101010101001001011100001111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA2A; }

 p { color: rgb(167,170,42); }

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

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

 a { background-color: rgb(167,170,42); }

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

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

 span { border-color: rgb(167,170,42); }

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