Html Css Color HEX #AAAC84 Locust

📋 copy color: '#AAAC84'

red 170 ◦ green 172 ◦ blue 132

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

Shades of Locust #AAAC84

Tints of Locust #AAAC84

RGB

 RED value IS 170 (66.8% from 255) = 35.86%

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

 BLUE value IS 132 (51.95% from 255) = 27.85%

R = 35.86%
G = 36.29%
B = 27.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AAAC84 (or 0xAAAC84) is known color: Locust. HEX triplet: AA, AC and 84. RGB value is (170,172,132). Sum of RGB (Red+Green+Blue) = 170+172+132=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC84 is #55537B. Grayscale: #A7A7A7. Windows color (decimal): -5591932 or 8694954. OLE color: 8694954.

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

Color convert

RGB 170 172 132 -
CMYK 0.01 0 0.23 0.33
HSL 63º 0.19% 0.6% -
HSV(B) 63º 0.23% 0.67% -
XYZ 35.49 39.72 27.63 -
YUV 166.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 170 172 132 0.01 0 0.23 0.33 63 0.19 0.6
Hex AA AC 84 1 0 17 21 3F 13 3C
Octal 252 254 204 1 0 27 41 77 23 74
Binary 10101010 10101100 10000100 1 0 10111 100001 111111 10011 111100

Color Harmonies of #AAAC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC84

Black with #AAAC84

Text Example


Text Example

White with #AAAC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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