Html Css Color HEX #AAB17E Locust

📋 copy color: '#AAB17E'

red 170 ◦ green 177 ◦ blue 126

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

Shades of Locust #AAB17E

Tints of Locust #AAB17E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.42%

 BLUE value IS 126 (49.61% from 255) = 26.64%

R = 35.94%
G = 37.42%
B = 26.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AAB17E (or 0xAAB17E) is known color: Locust. HEX triplet: AA, B1 and 7E. RGB value is (170,177,126). Sum of RGB (Red+Green+Blue) = 170+177+126=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB17E is #554E81. Grayscale: #A9A9A9. Windows color (decimal): -5590658 or 8303018. OLE color: 8303018.

HSL color Cylindrical-coordinate representation of color #AAB17E: hue angle of 68.24º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB17E is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 126 -
CMYK 0.04 0 0.29 0.31
HSL 68.24º 0.25% 0.59% -
HSV(B) 68.24º 0.29% 0.69% -
XYZ 36.07 41.5 25.85 -
YUV 169.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 170 177 126 0.04 0 0.29 0.31 68.24 0.25 0.59
Hex AA B1 7E 4 0 1D 1F 44 19 3B
Octal 252 261 176 4 0 35 37 104 31 73
Binary 10101010 10110001 1111110 100 0 11101 11111 1000100 11001 111011

Color Harmonies of #AAB17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB17E

Black with #AAB17E

Text Example


Text Example

White with #AAB17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB17E; }

 p { color: rgb(170,177,126); }

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

background-color css

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

 a { background-color: rgb(170,177,126); }

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

border-color css

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

 span { border-color: rgb(170,177,126); }

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