Html Css Color HEX #AAB472 Locust

📋 copy color: '#AAB472'

red 170 ◦ green 180 ◦ blue 114

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

Shades of Locust #AAB472

Tints of Locust #AAB472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 36.64%
G = 38.79%
B = 24.57%

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

#AAB472 (or 0xAAB472) is known color: Locust. HEX triplet: AA, B4 and 72. RGB value is (170,180,114). Sum of RGB (Red+Green+Blue) = 170+180+114=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB472 is #554B8D. Grayscale: #A9A9A9. Windows color (decimal): -5589902 or 7517354. OLE color: 7517354.

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

Color convert

RGB 170 180 114 -
CMYK 0.06 0 0.37 0.29
HSL 69.09º 0.31% 0.58% -
HSV(B) 69.09º 0.37% 0.71% -
XYZ 35.94 42.4 22.21 -
YUV 169.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 170 180 114 0.06 0 0.37 0.29 69.09 0.31 0.58
Hex AA B4 72 6 0 25 1D 45 1F 3A
Octal 252 264 162 6 0 45 35 105 37 72
Binary 10101010 10110100 1110010 110 0 100101 11101 1000101 11111 111010

Color Harmonies of #AAB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB472

Black with #AAB472

Text Example


Text Example

White with #AAB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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