Html Css Color HEX #AAB59B Green Spring

📋 copy color: '#AAB59B'

red 170 ◦ green 181 ◦ blue 155

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

Shades of Green Spring #AAB59B

Tints of Green Spring #AAB59B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.77%

 BLUE value IS 155 (60.94% from 255) = 30.63%

R = 33.6%
G = 35.77%
B = 30.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#AAB59B (or 0xAAB59B) is known color: Green Spring. HEX triplet: AA, B5 and 9B. RGB value is (170,181,155). Sum of RGB (Red+Green+Blue) = 170+181+155=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB59B is #554A64. Grayscale: #AEAEAE. Windows color (decimal): -5589605 or 10204586. OLE color: 10204586.

HSL color Cylindrical-coordinate representation of color #AAB59B: hue angle of 85.38º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB59B is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 155 -
CMYK 0.06 0 0.14 0.29
HSL 85.38º 0.15% 0.66% -
HSV(B) 85.38º 0.14% 0.71% -
XYZ 39.02 43.96 37.44 -
YUV 174.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 170 181 155 0.06 0 0.14 0.29 85.38 0.15 0.66
Hex AA B5 9B 6 0 E 1D 55 F 42
Octal 252 265 233 6 0 16 35 125 17 102
Binary 10101010 10110101 10011011 110 0 1110 11101 1010101 1111 1000010

Color Harmonies of #AAB59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB59B

Black with #AAB59B

Text Example


Text Example

White with #AAB59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB59B; }

 p { color: rgb(170,181,155); }

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

background-color css

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

 a { background-color: rgb(170,181,155); }

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

border-color css

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

 span { border-color: rgb(170,181,155); }

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