Html Css Color HEX #AAB477 Locust

📋 copy color: '#AAB477'

red 170 ◦ green 180 ◦ blue 119

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

Shades of Locust #AAB477

Tints of Locust #AAB477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.38%

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 36.25%
G = 38.38%
B = 25.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#AAB477 (or 0xAAB477) is known color: Locust. HEX triplet: AA, B4 and 77. RGB value is (170,180,119). Sum of RGB (Red+Green+Blue) = 170+180+119=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB477 is #554B88. Grayscale: #AAAAAA. Windows color (decimal): -5589897 or 7845034. OLE color: 7845034.

HSL color Cylindrical-coordinate representation of color #AAB477: hue angle of 69.84º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAB477 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 119 -
CMYK 0.06 0 0.34 0.29
HSL 69.84º 0.29% 0.59% -
HSV(B) 69.84º 0.34% 0.71% -
XYZ 36.23 42.52 23.75 -
YUV 170.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 170 180 119 0.06 0 0.34 0.29 69.84 0.29 0.59
Hex AA B4 77 6 0 22 1D 46 1D 3B
Octal 252 264 167 6 0 42 35 106 35 73
Binary 10101010 10110100 1110111 110 0 100010 11101 1000110 11101 111011

Color Harmonies of #AAB477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB477

Black with #AAB477

Text Example


Text Example

White with #AAB477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB477; }

 p { color: rgb(170,180,119); }

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

background-color css

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

 a { background-color: rgb(170,180,119); }

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

border-color css

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

 span { border-color: rgb(170,180,119); }

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