Html Css Color HEX #AAAC78 Locust

📋 copy color: '#AAAC78'

red 170 ◦ green 172 ◦ blue 120

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

Shades of Locust #AAAC78

Tints of Locust #AAAC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.97%

R = 36.8%
G = 37.23%
B = 25.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AAAC78 (or 0xAAAC78) is known color: Locust. HEX triplet: AA, AC and 78. RGB value is (170,172,120). Sum of RGB (Red+Green+Blue) = 170+172+120=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC78 is #555387. Grayscale: #A5A5A5. Windows color (decimal): -5591944 or 7908522. OLE color: 7908522.

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

Color convert

RGB 170 172 120 -
CMYK 0.01 0 0.30 0.33
HSL 62.31º 0.24% 0.57% -
HSV(B) 62.31º 0.3% 0.67% -
XYZ 34.72 39.41 23.55 -
YUV 165.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 170 172 120 0.01 0 0.30 0.33 62.31 0.24 0.57
Hex AA AC 78 1 0 1E 21 3E 18 39
Octal 252 254 170 1 0 36 41 76 30 71
Binary 10101010 10101100 1111000 1 0 11110 100001 111110 11000 111001

Color Harmonies of #AAAC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC78

Black with #AAAC78

Text Example


Text Example

White with #AAAC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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