Html Css Color HEX #A6A82A Earls Green

📋 copy color: '#A6A82A'

red 166 ◦ green 168 ◦ blue 42

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

Shades of Earls Green #A6A82A

Tints of Earls Green #A6A82A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.68%

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

R = 44.15%
G = 44.68%
B = 11.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A6A82A (or 0xA6A82A) is known color: Earls Green. HEX triplet: A6, A8 and 2A. RGB value is (166,168,42). Sum of RGB (Red+Green+Blue) = 166+168+42=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A82A is #5957D5. Grayscale: #999999. Windows color (decimal): -5855190 or 2795686. OLE color: 2795686.

HSL color Cylindrical-coordinate representation of color #A6A82A: hue angle of 60.95º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6A82A is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 168 42 -
CMYK 0.01 0 0.75 0.34
HSL 60.95º 0.6% 0.41% -
HSV(B) 60.95º 0.75% 0.66% -
XYZ 30.15 36.28 7.6 -
YUV 153.04 65.34 137.25 -
System Red Green Blue C M Y K H S L
Decimal 166 168 42 0.01 0 0.75 0.34 60.95 0.6 0.41
Hex A6 A8 2A 1 0 4B 22 3D 3C 29
Octal 246 250 52 1 0 113 42 75 74 51
Binary 10100110 10101000 101010 1 0 1001011 100010 111101 111100 101001

Color Harmonies of #A6A82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A82A

Black with #A6A82A

Text Example


Text Example

White with #A6A82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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