Html Css Color HEX #ACAA64 Olive Green

📋 copy color: '#ACAA64'

red 172 ◦ green 170 ◦ blue 100

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

Shades of Olive Green #ACAA64

Tints of Olive Green #ACAA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.62%

R = 38.91%
G = 38.46%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#ACAA64 (or 0xACAA64) is known color: Olive Green. HEX triplet: AC, AA and 64. RGB value is (172,170,100). Sum of RGB (Red+Green+Blue) = 172+170+100=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA64 is #53559B. Grayscale: #A2A2A2. Windows color (decimal): -5461404 or 6597292. OLE color: 6597292.

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

Color convert

RGB 172 170 100 -
CMYK 0 0.01 0.42 0.33
HSL 58.33º 0.3% 0.53% -
HSV(B) 58.33º 0.42% 0.67% -
XYZ 33.69 38.44 17.7 -
YUV 162.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 172 170 100 0 0.01 0.42 0.33 58.33 0.3 0.53
Hex AC AA 64 0 1 2A 21 3A 1E 35
Octal 254 252 144 0 1 52 41 72 36 65
Binary 10101100 10101010 1100100 0 1 101010 100001 111010 11110 110101

Color Harmonies of #ACAA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA64

Black with #ACAA64

Text Example


Text Example

White with #ACAA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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