Html Css Color HEX #AAB27C Locust

📋 copy color: '#AAB27C'

red 170 ◦ green 178 ◦ blue 124

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

Shades of Locust #AAB27C

Tints of Locust #AAB27C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.71%

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

R = 36.02%
G = 37.71%
B = 26.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#AAB27C (or 0xAAB27C) is known color: Locust. HEX triplet: AA, B2 and 7C. RGB value is (170,178,124). Sum of RGB (Red+Green+Blue) = 170+178+124=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB27C is #554D83. Grayscale: #A9A9A9. Windows color (decimal): -5590404 or 8172202. OLE color: 8172202.

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

Color convert

RGB 170 178 124 -
CMYK 0.04 0 0.30 0.30
HSL 68.89º 0.26% 0.59% -
HSV(B) 68.89º 0.3% 0.7% -
XYZ 36.14 41.84 25.24 -
YUV 169.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 170 178 124 0.04 0 0.30 0.30 68.89 0.26 0.59
Hex AA B2 7C 4 0 1E 1E 45 1A 3B
Octal 252 262 174 4 0 36 36 105 32 73
Binary 10101010 10110010 1111100 100 0 11110 11110 1000101 11010 111011

Color Harmonies of #AAB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB27C

Black with #AAB27C

Text Example


Text Example

White with #AAB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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