Html Css Color HEX #ACA829 Earls Green

📋 copy color: '#ACA829'

red 172 ◦ green 168 ◦ blue 41

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

Shades of Earls Green #ACA829

Tints of Earls Green #ACA829

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.09%

 BLUE value IS 41 (16.41% from 255) = 10.76%

R = 45.14%
G = 44.09%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#ACA829 (or 0xACA829) is known color: Earls Green. HEX triplet: AC, A8 and 29. RGB value is (172,168,41). Sum of RGB (Red+Green+Blue) = 172+168+41=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA829 is #5357D6. Grayscale: #9B9B9B. Windows color (decimal): -5461975 or 2730156. OLE color: 2730156.

HSL color Cylindrical-coordinate representation of color #ACA829: hue angle of 58.17º degrees, saturation: 0.62, 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 #ACA829 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 168 41 -
CMYK 0 0.02 0.76 0.33
HSL 58.17º 0.62% 0.42% -
HSV(B) 58.17º 0.76% 0.67% -
XYZ 31.42 36.94 7.57 -
YUV 154.72 63.83 140.33 -
System Red Green Blue C M Y K H S L
Decimal 172 168 41 0 0.02 0.76 0.33 58.17 0.62 0.42
Hex AC A8 29 0 2 4C 21 3A 3E 2A
Octal 254 250 51 0 2 114 41 72 76 52
Binary 10101100 10101000 101001 0 10 1001100 100001 111010 111110 101010

Color Harmonies of #ACA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA829

Black with #ACA829

Text Example


Text Example

White with #ACA829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA829; }

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

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

background-color css

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

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

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

border-color css

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

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

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