Html Css Color HEX #AAAB73 Locust

📋 copy color: '#AAAB73'

red 170 ◦ green 171 ◦ blue 115

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

Shades of Locust #AAAB73

Tints of Locust #AAAB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.22%

R = 37.28%
G = 37.5%
B = 25.22%

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

#AAAB73 (or 0xAAAB73) is known color: Locust. HEX triplet: AA, AB and 73. RGB value is (170,171,115). Sum of RGB (Red+Green+Blue) = 170+171+115=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB73 is #55548C. Grayscale: #A4A4A4. Windows color (decimal): -5592205 or 7580586. OLE color: 7580586.

HSL color Cylindrical-coordinate representation of color #AAAB73: hue angle of 61.07º 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 #AAAB73 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 115 -
CMYK 0.01 0 0.33 0.33
HSL 61.07º 0.25% 0.56% -
HSV(B) 61.07º 0.33% 0.67% -
XYZ 34.23 38.91 21.93 -
YUV 164.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 170 171 115 0.01 0 0.33 0.33 61.07 0.25 0.56
Hex AA AB 73 1 0 21 21 3D 19 38
Octal 252 253 163 1 0 41 41 75 31 70
Binary 10101010 10101011 1110011 1 0 100001 100001 111101 11001 111000

Color Harmonies of #AAAB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB73

Black with #AAAB73

Text Example


Text Example

White with #AAAB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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