Html Css Color HEX #AAB373 Locust

📋 copy color: '#AAB373'

red 170 ◦ green 179 ◦ blue 115

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

Shades of Locust #AAB373

Tints of Locust #AAB373

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.58%

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

R = 36.64%
G = 38.58%
B = 24.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#AAB373 (or 0xAAB373) is known color: Locust. HEX triplet: AA, B3 and 73. RGB value is (170,179,115). Sum of RGB (Red+Green+Blue) = 170+179+115=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB373 is #554C8C. Grayscale: #A9A9A9. Windows color (decimal): -5590157 or 7582634. OLE color: 7582634.

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

Color convert

RGB 170 179 115 -
CMYK 0.05 0 0.36 0.30
HSL 68.44º 0.3% 0.58% -
HSV(B) 68.44º 0.36% 0.7% -
XYZ 35.79 42.02 22.44 -
YUV 169.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 170 179 115 0.05 0 0.36 0.30 68.44 0.3 0.58
Hex AA B3 73 5 0 24 1E 44 1E 3A
Octal 252 263 163 5 0 44 36 104 36 72
Binary 10101010 10110011 1110011 101 0 100100 11110 1000100 11110 111010

Color Harmonies of #AAB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB373

Black with #AAB373

Text Example


Text Example

White with #AAB373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB373; }

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

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

background-color css

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

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

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

border-color css

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

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

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