Html Css Color HEX #A6AC2E Earls Green

📋 copy color: '#A6AC2E'

red 166 ◦ green 172 ◦ blue 46

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

Shades of Earls Green #A6AC2E

Tints of Earls Green #A6AC2E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.79%

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

R = 43.23%
G = 44.79%
B = 11.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#A6AC2E (or 0xA6AC2E) is known color: Earls Green. HEX triplet: A6, AC and 2E. RGB value is (166,172,46). Sum of RGB (Red+Green+Blue) = 166+172+46=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AC2E is #5953D1. Grayscale: #9C9C9C. Windows color (decimal): -5854162 or 3058854. OLE color: 3058854.

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

Color convert

RGB 166 172 46 -
CMYK 0.03 0 0.73 0.33
HSL 62.86º 0.58% 0.43% -
HSV(B) 62.86º 0.73% 0.67% -
XYZ 30.97 37.81 8.25 -
YUV 155.84 66.01 135.25 -
System Red Green Blue C M Y K H S L
Decimal 166 172 46 0.03 0 0.73 0.33 62.86 0.58 0.43
Hex A6 AC 2E 3 0 49 21 3F 3A 2B
Octal 246 254 56 3 0 111 41 77 72 53
Binary 10100110 10101100 101110 11 0 1001001 100001 111111 111010 101011

Color Harmonies of #A6AC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AC2E

Black with #A6AC2E

Text Example


Text Example

White with #A6AC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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