Html Css Color HEX #A8AC1A Earls Green

📋 copy color: '#A8AC1A'

red 168 ◦ green 172 ◦ blue 26

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

Shades of Earls Green #A8AC1A

Tints of Earls Green #A8AC1A

RGB

 RED value IS 168 (66.02% from 255) = 45.9%

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

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 45.9%
G = 46.99%
B = 7.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#A8AC1A (or 0xA8AC1A) is known color: Earls Green. HEX triplet: A8, AC and 1A. RGB value is (168,172,26). Sum of RGB (Red+Green+Blue) = 168+172+26=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC1A is #5753E5. Grayscale: #9A9A9A. Windows color (decimal): -5723110 or 1748136. OLE color: 1748136.

HSL color Cylindrical-coordinate representation of color #A8AC1A: hue angle of 61.64º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8AC1A is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 172 26 -
CMYK 0.02 0 0.85 0.33
HSL 61.64º 0.74% 0.39% -
HSV(B) 61.64º 0.85% 0.67% -
XYZ 31.09 37.9 6.66 -
YUV 154.16 55.67 137.87 -
System Red Green Blue C M Y K H S L
Decimal 168 172 26 0.02 0 0.85 0.33 61.64 0.74 0.39
Hex A8 AC 1A 2 0 55 21 3E 4A 27
Octal 250 254 32 2 0 125 41 76 112 47
Binary 10101000 10101100 11010 10 0 1010101 100001 111110 1001010 100111

Color Harmonies of #A8AC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC1A

Black with #A8AC1A

Text Example


Text Example

White with #A8AC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC1A; }

 p { color: rgb(168,172,26); }

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

background-color css

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

 a { background-color: rgb(168,172,26); }

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

border-color css

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

 span { border-color: rgb(168,172,26); }

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