Html Css Color HEX #AAAB72 Locust

📋 copy color: '#AAAB72'

red 170 ◦ green 171 ◦ blue 114

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

Shades of Locust #AAAB72

Tints of Locust #AAAB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.58%

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

R = 37.36%
G = 37.58%
B = 25.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AAAB72 (or 0xAAAB72) is known color: Locust. HEX triplet: AA, AB and 72. RGB value is (170,171,114). Sum of RGB (Red+Green+Blue) = 170+171+114=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB72 is #55548D. Grayscale: #A4A4A4. Windows color (decimal): -5592206 or 7515050. OLE color: 7515050.

HSL color Cylindrical-coordinate representation of color #AAAB72: hue angle of 61.05º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAAB72 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 114 -
CMYK 0.01 0 0.33 0.33
HSL 61.05º 0.25% 0.56% -
HSV(B) 61.05º 0.33% 0.67% -
XYZ 34.18 38.89 21.62 -
YUV 164.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 170 171 114 0.01 0 0.33 0.33 61.05 0.25 0.56
Hex AA AB 72 1 0 21 21 3D 19 38
Octal 252 253 162 1 0 41 41 75 31 70
Binary 10101010 10101011 1110010 1 0 100001 100001 111101 11001 111000

Color Harmonies of #AAAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB72

Black with #AAAB72

Text Example


Text Example

White with #AAAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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