Html Css Color HEX #A6A62C Earls Green

📋 copy color: '#A6A62C'

red 166 ◦ green 166 ◦ blue 44

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

Shades of Earls Green #A6A62C

Tints of Earls Green #A6A62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.7%

R = 44.15%
G = 44.15%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6A62C (or 0xA6A62C) is known color: Earls Green. HEX triplet: A6, A6 and 2C. RGB value is (166,166,44). Sum of RGB (Red+Green+Blue) = 166+166+44=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A62C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A62C is #5959D3. Grayscale: #989898. Windows color (decimal): -5855700 or 2926246. OLE color: 2926246.

HSL color Cylindrical-coordinate representation of color #A6A62C: hue angle of 60º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6A62C is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 166 44 -
CMYK 0 0 0.73 0.35
HSL 60º 0.58% 0.41% -
HSV(B) 60º 0.73% 0.65% -
XYZ 29.82 35.56 7.68 -
YUV 152.09 67 137.92 -
System Red Green Blue C M Y K H S L
Decimal 166 166 44 0 0 0.73 0.35 60 0.58 0.41
Hex A6 A6 2C 0 0 49 23 3C 3A 29
Octal 246 246 54 0 0 111 43 74 72 51
Binary 10100110 10100110 101100 0 0 1001001 100011 111100 111010 101001

Color Harmonies of #A6A62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A62C

Black with #A6A62C

Text Example


Text Example

White with #A6A62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A62C; }

 p { color: rgb(166,166,44); }

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

background-color css

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

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

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

border-color css

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

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

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