Html Css Color HEX #A6AD2E Earls Green

📋 copy color: '#A6AD2E'

red 166 ◦ green 173 ◦ blue 46

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

Shades of Earls Green #A6AD2E

Tints of Earls Green #A6AD2E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.94%

 BLUE value IS 46 (18.36% from 255) = 11.95%

R = 43.12%
G = 44.94%
B = 11.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#A6AD2E (or 0xA6AD2E) is known color: Earls Green. HEX triplet: A6, AD and 2E. RGB value is (166,173,46). Sum of RGB (Red+Green+Blue) = 166+173+46=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AD2E is #5952D1. Grayscale: #9C9C9C. Windows color (decimal): -5853906 or 3059110. OLE color: 3059110.

HSL color Cylindrical-coordinate representation of color #A6AD2E: hue angle of 63.31º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6AD2E is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 173 46 -
CMYK 0.04 0 0.73 0.32
HSL 63.31º 0.58% 0.43% -
HSV(B) 63.31º 0.73% 0.68% -
XYZ 31.16 38.19 8.31 -
YUV 156.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 166 173 46 0.04 0 0.73 0.32 63.31 0.58 0.43
Hex A6 AD 2E 4 0 49 20 3F 3A 2B
Octal 246 255 56 4 0 111 40 77 72 53
Binary 10100110 10101101 101110 100 0 1001001 100000 111111 111010 101011

Color Harmonies of #A6AD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD2E

Black with #A6AD2E

Text Example


Text Example

White with #A6AD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD2E; }

 p { color: rgb(166,173,46); }

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

background-color css

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

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

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

border-color css

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

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

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