Html Css Color HEX #AAB095 Green Spring

📋 copy color: '#AAB095'

red 170 ◦ green 176 ◦ blue 149

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

Shades of Green Spring #AAB095

Tints of Green Spring #AAB095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 34.34%
G = 35.56%
B = 30.1%

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

#AAB095 (or 0xAAB095) is known color: Green Spring. HEX triplet: AA, B0 and 95. RGB value is (170,176,149). Sum of RGB (Red+Green+Blue) = 170+176+149=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB095 is #554F6A. Grayscale: #ABABAB. Windows color (decimal): -5590891 or 9810090. OLE color: 9810090.

HSL color Cylindrical-coordinate representation of color #AAB095: hue angle of 73.33º degrees, saturation: 0.15, 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 #AAB095 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 149 -
CMYK 0.03 0 0.15 0.31
HSL 73.33º 0.15% 0.64% -
HSV(B) 73.33º 0.15% 0.69% -
XYZ 37.53 41.77 34.52 -
YUV 171.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 170 176 149 0.03 0 0.15 0.31 73.33 0.15 0.64
Hex AA B0 95 3 0 F 1F 49 F 40
Octal 252 260 225 3 0 17 37 111 17 100
Binary 10101010 10110000 10010101 11 0 1111 11111 1001001 1111 1000000

Color Harmonies of #AAB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB095

Black with #AAB095

Text Example


Text Example

White with #AAB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB095; }

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

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

background-color css

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

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

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

border-color css

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

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

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