Html Css Color HEX #A6AA2A Earls Green

📋 copy color: '#A6AA2A'

red 166 ◦ green 170 ◦ blue 42

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

Shades of Earls Green #A6AA2A

Tints of Earls Green #A6AA2A

RGB

 RED value IS 166 (65.23% from 255) = 43.92%

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

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

R = 43.92%
G = 44.97%
B = 11.11%

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

#A6AA2A (or 0xA6AA2A) is known color: Earls Green. HEX triplet: A6, AA and 2A. RGB value is (166,170,42). Sum of RGB (Red+Green+Blue) = 166+170+42=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA2A is #5955D5. Grayscale: #9A9A9A. Windows color (decimal): -5854678 or 2796198. OLE color: 2796198.

HSL color Cylindrical-coordinate representation of color #A6AA2A: hue angle of 61.88º 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 #A6AA2A is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 170 42 -
CMYK 0.02 0 0.75 0.33
HSL 61.88º 0.6% 0.42% -
HSV(B) 61.88º 0.75% 0.67% -
XYZ 30.52 37.02 7.73 -
YUV 154.21 64.67 136.41 -
System Red Green Blue C M Y K H S L
Decimal 166 170 42 0.02 0 0.75 0.33 61.88 0.6 0.42
Hex A6 AA 2A 2 0 4B 21 3E 3C 2A
Octal 246 252 52 2 0 113 41 76 74 52
Binary 10100110 10101010 101010 10 0 1001011 100001 111110 111100 101010

Color Harmonies of #A6AA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA2A

Black with #A6AA2A

Text Example


Text Example

White with #A6AA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA2A; }

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

 H1.HeaderClassName
 {
   color: #A6AA2A;
 }
 .AnyTagClassName
 {
   color: #A6AA2A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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