Html Css Color HEX #AAB096 Green Spring

📋 copy color: '#AAB096'

red 170 ◦ green 176 ◦ blue 150

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

Shades of Green Spring #AAB096

Tints of Green Spring #AAB096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.48%

 BLUE value IS 150 (58.98% from 255) = 30.24%

R = 34.27%
G = 35.48%
B = 30.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AAB096 (or 0xAAB096) is known color: Green Spring. HEX triplet: AA, B0 and 96. RGB value is (170,176,150). Sum of RGB (Red+Green+Blue) = 170+176+150=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB096 is #554F69. Grayscale: #ABABAB. Windows color (decimal): -5590890 or 9875626. OLE color: 9875626.

HSL color Cylindrical-coordinate representation of color #AAB096: hue angle of 73.85º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB096 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 150 -
CMYK 0.03 0 0.15 0.31
HSL 73.85º 0.14% 0.64% -
HSV(B) 73.85º 0.15% 0.69% -
XYZ 37.61 41.8 34.94 -
YUV 171.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 170 176 150 0.03 0 0.15 0.31 73.85 0.14 0.64
Hex AA B0 96 3 0 F 1F 4A E 40
Octal 252 260 226 3 0 17 37 112 16 100
Binary 10101010 10110000 10010110 11 0 1111 11111 1001010 1110 1000000

Color Harmonies of #AAB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB096

Black with #AAB096

Text Example


Text Example

White with #AAB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB096; }

 p { color: rgb(170,176,150); }

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

background-color css

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

 a { background-color: rgb(170,176,150); }

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

border-color css

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

 span { border-color: rgb(170,176,150); }

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