Html Css Color HEX #AAB471 Locust

📋 copy color: '#AAB471'

red 170 ◦ green 180 ◦ blue 113

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

Shades of Locust #AAB471

Tints of Locust #AAB471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.41%

R = 36.72%
G = 38.88%
B = 24.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#AAB471 (or 0xAAB471) is known color: Locust. HEX triplet: AA, B4 and 71. RGB value is (170,180,113). Sum of RGB (Red+Green+Blue) = 170+180+113=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB471 is #554B8E. Grayscale: #A9A9A9. Windows color (decimal): -5589903 or 7451818. OLE color: 7451818.

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

Color convert

RGB 170 180 113 -
CMYK 0.06 0 0.37 0.29
HSL 68.96º 0.31% 0.57% -
HSV(B) 68.96º 0.37% 0.71% -
XYZ 35.88 42.38 21.91 -
YUV 169.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 170 180 113 0.06 0 0.37 0.29 68.96 0.31 0.57
Hex AA B4 71 6 0 25 1D 45 1F 39
Octal 252 264 161 6 0 45 35 105 37 71
Binary 10101010 10110100 1110001 110 0 100101 11101 1000101 11111 111001

Color Harmonies of #AAB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB471

Black with #AAB471

Text Example


Text Example

White with #AAB471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB471; }

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

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

background-color css

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

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

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

border-color css

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

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

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