Html Css Color HEX #AAB272 Locust

📋 copy color: '#AAB272'

red 170 ◦ green 178 ◦ blue 114

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

Shades of Locust #AAB272

Tints of Locust #AAB272

RGB

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

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

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

R = 36.8%
G = 38.53%
B = 24.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#AAB272 (or 0xAAB272) is known color: Locust. HEX triplet: AA, B2 and 72. RGB value is (170,178,114). Sum of RGB (Red+Green+Blue) = 170+178+114=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB272 is #554D8D. Grayscale: #A8A8A8. Windows color (decimal): -5590414 or 7516842. OLE color: 7516842.

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

Color convert

RGB 170 178 114 -
CMYK 0.04 0 0.36 0.30
HSL 67.5º 0.29% 0.57% -
HSV(B) 67.5º 0.36% 0.7% -
XYZ 35.54 41.6 22.08 -
YUV 168.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 170 178 114 0.04 0 0.36 0.30 67.5 0.29 0.57
Hex AA B2 72 4 0 24 1E 44 1D 39
Octal 252 262 162 4 0 44 36 104 35 71
Binary 10101010 10110010 1110010 100 0 100100 11110 1000100 11101 111001

Color Harmonies of #AAB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB272

Black with #AAB272

Text Example


Text Example

White with #AAB272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB272; }

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

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

background-color css

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

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

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

border-color css

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

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

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