#A7AA25

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

Shades of Earls Green #A7AA25

Tints of Earls Green #A7AA25

Color information

#A7AA25 (or 0xA7AA25) is unknown color: approx Earls Green. HEX triplet: A7, AA and 25. RGB value is (167,170,37). Sum of RGB (Red+Green+Blue) = 167+170+37=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AA25 is #5855DA. Grayscale: #9A9A9A. Windows color (decimal): -5789147 or 2468519. OLE color: 2468519.

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

Color convert

RGB16717037-
CMYK0.0200.780.33
HSL61.35º64.25%40.59%-
HSV(B)61.35º78.24%66.67%-
XYZ30.6537.17.3-
YUV153.9462.01137.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 37 (14.84% from 255) = 9.89%
R=44.65%
G=45.45%
B=9.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167170370.0200.780.3361.3564.2540.59
HexA7AA25204E213d4029
Octal2472524520116417510051
Binary101001111010101010010110010011101000011111011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA25; }

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

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

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

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

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

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

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

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