Html Css Color HEX #ACAA2A Earls Green

📋 copy color: '#ACAA2A'

red 172 ◦ green 170 ◦ blue 42

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

Shades of Earls Green #ACAA2A

Tints of Earls Green #ACAA2A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.27%

 BLUE value IS 42 (16.8% from 255) = 10.94%

R = 44.79%
G = 44.27%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#ACAA2A (or 0xACAA2A) is known color: Earls Green. HEX triplet: AC, AA and 2A. RGB value is (172,170,42). Sum of RGB (Red+Green+Blue) = 172+170+42=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA2A is #5355D5. Grayscale: #9C9C9C. Windows color (decimal): -5461462 or 2796204. OLE color: 2796204.

HSL color Cylindrical-coordinate representation of color #ACAA2A: hue angle of 59.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACAA2A is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 42 -
CMYK 0 0.01 0.76 0.33
HSL 59.08º 0.61% 0.42% -
HSV(B) 59.08º 0.76% 0.67% -
XYZ 31.81 37.69 7.79 -
YUV 156.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 172 170 42 0 0.01 0.76 0.33 59.08 0.61 0.42
Hex AC AA 2A 0 1 4C 21 3B 3D 2A
Octal 254 252 52 0 1 114 41 73 75 52
Binary 10101100 10101010 101010 0 1 1001100 100001 111011 111101 101010

Color Harmonies of #ACAA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA2A

Black with #ACAA2A

Text Example


Text Example

White with #ACAA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA2A; }

 p { color: rgb(172,170,42); }

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

background-color css

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

 a { background-color: rgb(172,170,42); }

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

border-color css

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

 span { border-color: rgb(172,170,42); }

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