Html Css Color HEX #AAB37D Locust

📋 copy color: '#AAB37D'

red 170 ◦ green 179 ◦ blue 125

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

Shades of Locust #AAB37D

Tints of Locust #AAB37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.37%

R = 35.86%
G = 37.76%
B = 26.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#AAB37D (or 0xAAB37D) is known color: Locust. HEX triplet: AA, B3 and 7D. RGB value is (170,179,125). Sum of RGB (Red+Green+Blue) = 170+179+125=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB37D is #554C82. Grayscale: #AAAAAA. Windows color (decimal): -5590147 or 8237994. OLE color: 8237994.

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

Color convert

RGB 170 179 125 -
CMYK 0.05 0 0.30 0.30
HSL 70º 0.26% 0.6% -
HSV(B) 70º 0.3% 0.7% -
XYZ 36.4 42.27 25.64 -
YUV 170.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 170 179 125 0.05 0 0.30 0.30 70 0.26 0.6
Hex AA B3 7D 5 0 1E 1E 46 1A 3C
Octal 252 263 175 5 0 36 36 106 32 74
Binary 10101010 10110011 1111101 101 0 11110 11110 1000110 11010 111100

Color Harmonies of #AAB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB37D

Black with #AAB37D

Text Example


Text Example

White with #AAB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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