Html Css Color HEX #A6A62D Earls Green

📋 copy color: '#A6A62D'

red 166 ◦ green 166 ◦ blue 45

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

Shades of Earls Green #A6A62D

Tints of Earls Green #A6A62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.94%

R = 44.03%
G = 44.03%
B = 11.94%

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

#A6A62D (or 0xA6A62D) is known color: Earls Green. HEX triplet: A6, A6 and 2D. RGB value is (166,166,45). Sum of RGB (Red+Green+Blue) = 166+166+45=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A62D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A62D is #5959D2. Grayscale: #989898. Windows color (decimal): -5855699 or 2991782. OLE color: 2991782.

HSL color Cylindrical-coordinate representation of color #A6A62D: hue angle of 60º degrees, saturation: 0.57, 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 #A6A62D is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 166 45 -
CMYK 0 0 0.73 0.35
HSL 60º 0.57% 0.41% -
HSV(B) 60º 0.73% 0.65% -
XYZ 29.84 35.57 7.78 -
YUV 152.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 166 166 45 0 0 0.73 0.35 60 0.57 0.41
Hex A6 A6 2D 0 0 49 23 3C 39 29
Octal 246 246 55 0 0 111 43 74 71 51
Binary 10100110 10100110 101101 0 0 1001001 100011 111100 111001 101001

Color Harmonies of #A6A62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A62D

Black with #A6A62D

Text Example


Text Example

White with #A6A62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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