Html Css Color HEX #A7AA2A Earls Green

📋 copy color: '#A7AA2A'

red 167 ◦ green 170 ◦ blue 42

#A7AA2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #A7AA2A

Tints of Earls Green #A7AA2A

RGB

 RED value IS 167 (65.63% from 255) = 44.06%

 GREEN value IS 170 (66.8% from 255) = 44.85%

 BLUE value IS 42 (16.8% from 255) = 11.08%

R = 44.06%
G = 44.85%
B = 11.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#A7AA2A (or 0xA7AA2A) is known color: 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

RGB 167 170 42 -
CMYK 0.02 0 0.75 0.33
HSL 61.41º 0.6% 0.42% -
HSV(B) 61.41º 0.75% 0.67% -
XYZ 30.73 37.13 7.74 -
YUV 154.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 167 170 42 0.02 0 0.75 0.33 61.41 0.6 0.42
Hex A7 AA 2A 2 0 4B 21 3D 3C 2A
Octal 247 252 52 2 0 113 41 75 74 52
Binary 10100111 10101010 101010 10 0 1001011 100001 111101 111100 101010

Color Harmonies of #A7AA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AA2A

Black with #A7AA2A

Text Example


Text Example

White with #A7AA2A

Text Example


Text Example

HTML Codes & Css Web 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>