Html Css Color HEX #AAB277 Locust

📋 copy color: '#AAB277'

red 170 ◦ green 178 ◦ blue 119

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

Shades of Locust #AAB277

Tints of Locust #AAB277

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.12%

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

R = 36.4%
G = 38.12%
B = 25.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#AAB277 (or 0xAAB277) is known color: Locust. HEX triplet: AA, B2 and 77. RGB value is (170,178,119). Sum of RGB (Red+Green+Blue) = 170+178+119=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB277 is #554D88. Grayscale: #A9A9A9. Windows color (decimal): -5590409 or 7844522. OLE color: 7844522.

HSL color Cylindrical-coordinate representation of color #AAB277: hue angle of 68.14º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB277 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 119 -
CMYK 0.04 0 0.33 0.30
HSL 68.14º 0.28% 0.58% -
HSV(B) 68.14º 0.33% 0.7% -
XYZ 35.83 41.72 23.62 -
YUV 168.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 170 178 119 0.04 0 0.33 0.30 68.14 0.28 0.58
Hex AA B2 77 4 0 21 1E 44 1C 3A
Octal 252 262 167 4 0 41 36 104 34 72
Binary 10101010 10110010 1110111 100 0 100001 11110 1000100 11100 111010

Color Harmonies of #AAB277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB277

Black with #AAB277

Text Example


Text Example

White with #AAB277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB277; }

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

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

background-color css

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

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

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

border-color css

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

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

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