Html Css Color HEX #A6AA29 Earls Green

📋 copy color: '#A6AA29'

red 166 ◦ green 170 ◦ blue 41

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

Shades of Earls Green #A6AA29

Tints of Earls Green #A6AA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.88%

R = 44.03%
G = 45.09%
B = 10.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#A6AA29 (or 0xA6AA29) is known color: Earls Green. HEX triplet: A6, AA and 29. RGB value is (166,170,41). Sum of RGB (Red+Green+Blue) = 166+170+41=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA29 is #5955D6. Grayscale: #9A9A9A. Windows color (decimal): -5854679 or 2730662. OLE color: 2730662.

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

Color convert

RGB 166 170 41 -
CMYK 0.02 0 0.76 0.33
HSL 61.86º 0.61% 0.41% -
HSV(B) 61.86º 0.76% 0.67% -
XYZ 30.5 37.02 7.64 -
YUV 154.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 166 170 41 0.02 0 0.76 0.33 61.86 0.61 0.41
Hex A6 AA 29 2 0 4C 21 3E 3D 29
Octal 246 252 51 2 0 114 41 76 75 51
Binary 10100110 10101010 101001 10 0 1001100 100001 111110 111101 101001

Color Harmonies of #A6AA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA29

Black with #A6AA29

Text Example


Text Example

White with #A6AA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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