Html Css Color HEX #AAB37C Locust

📋 copy color: '#AAB37C'

red 170 ◦ green 179 ◦ blue 124

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

Shades of Locust #AAB37C

Tints of Locust #AAB37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.22%

R = 35.94%
G = 37.84%
B = 26.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#AAB37C (or 0xAAB37C) is known color: Locust. HEX triplet: AA, B3 and 7C. RGB value is (170,179,124). Sum of RGB (Red+Green+Blue) = 170+179+124=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB37C is #554C83. Grayscale: #AAAAAA. Windows color (decimal): -5590148 or 8172458. OLE color: 8172458.

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

Color convert

RGB 170 179 124 -
CMYK 0.05 0 0.31 0.30
HSL 69.82º 0.27% 0.59% -
HSV(B) 69.82º 0.31% 0.7% -
XYZ 36.34 42.24 25.31 -
YUV 170.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 170 179 124 0.05 0 0.31 0.30 69.82 0.27 0.59
Hex AA B3 7C 5 0 1F 1E 46 1B 3B
Octal 252 263 174 5 0 37 36 106 33 73
Binary 10101010 10110011 1111100 101 0 11111 11110 1000110 11011 111011

Color Harmonies of #AAB37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB37C

Black with #AAB37C

Text Example


Text Example

White with #AAB37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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