Html Css Color HEX #AAB376 Locust

📋 copy color: '#AAB376'

red 170 ◦ green 179 ◦ blue 118

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

Shades of Locust #AAB376

Tints of Locust #AAB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.33%

 BLUE value IS 118 (46.48% from 255) = 25.27%

R = 36.4%
G = 38.33%
B = 25.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#AAB376 (or 0xAAB376) is known color: Locust. HEX triplet: AA, B3 and 76. RGB value is (170,179,118). Sum of RGB (Red+Green+Blue) = 170+179+118=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB376 is #554C89. Grayscale: #A9A9A9. Windows color (decimal): -5590154 or 7779242. OLE color: 7779242.

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

Color convert

RGB 170 179 118 -
CMYK 0.05 0 0.34 0.30
HSL 68.85º 0.29% 0.58% -
HSV(B) 68.85º 0.34% 0.7% -
XYZ 35.97 42.09 23.37 -
YUV 169.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 170 179 118 0.05 0 0.34 0.30 68.85 0.29 0.58
Hex AA B3 76 5 0 22 1E 45 1D 3A
Octal 252 263 166 5 0 42 36 105 35 72
Binary 10101010 10110011 1110110 101 0 100010 11110 1000101 11101 111010

Color Harmonies of #AAB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB376

Black with #AAB376

Text Example


Text Example

White with #AAB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB376; }

 p { color: rgb(170,179,118); }

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

background-color css

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

 a { background-color: rgb(170,179,118); }

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

border-color css

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

 span { border-color: rgb(170,179,118); }

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