Html Css Color HEX #ACAA67 Olive Green

📋 copy color: '#ACAA67'

red 172 ◦ green 170 ◦ blue 103

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

Shades of Olive Green #ACAA67

Tints of Olive Green #ACAA67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.15%

R = 38.65%
G = 38.2%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#ACAA67 (or 0xACAA67) is known color: Olive Green. HEX triplet: AC, AA and 67. RGB value is (172,170,103). Sum of RGB (Red+Green+Blue) = 172+170+103=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA67 is #535598. Grayscale: #A3A3A3. Windows color (decimal): -5461401 or 6793900. OLE color: 6793900.

HSL color Cylindrical-coordinate representation of color #ACAA67: hue angle of 58.26º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACAA67 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 103 -
CMYK 0 0.01 0.40 0.33
HSL 58.26º 0.29% 0.54% -
HSV(B) 58.26º 0.4% 0.67% -
XYZ 33.84 38.5 18.48 -
YUV 162.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 172 170 103 0 0.01 0.40 0.33 58.26 0.29 0.54
Hex AC AA 67 0 1 28 21 3A 1D 36
Octal 254 252 147 0 1 50 41 72 35 66
Binary 10101100 10101010 1100111 0 1 101000 100001 111010 11101 110110

Color Harmonies of #ACAA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA67

Black with #ACAA67

Text Example


Text Example

White with #ACAA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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