Html Css Color HEX #AAB495 Green Spring

📋 copy color: '#AAB495'

red 170 ◦ green 180 ◦ blue 149

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

Shades of Green Spring #AAB495

Tints of Green Spring #AAB495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.07%

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

R = 34.07%
G = 36.07%
B = 29.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#AAB495 (or 0xAAB495) is known color: Green Spring. HEX triplet: AA, B4 and 95. RGB value is (170,180,149). Sum of RGB (Red+Green+Blue) = 170+180+149=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB495 is #554B6A. Grayscale: #ADADAD. Windows color (decimal): -5589867 or 9811114. OLE color: 9811114.

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

Color convert

RGB 170 180 149 -
CMYK 0.06 0 0.17 0.29
HSL 79.35º 0.17% 0.65% -
HSV(B) 79.35º 0.17% 0.71% -
XYZ 38.32 43.36 34.78 -
YUV 173.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 170 180 149 0.06 0 0.17 0.29 79.35 0.17 0.65
Hex AA B4 95 6 0 11 1D 4F 11 41
Octal 252 264 225 6 0 21 35 117 21 101
Binary 10101010 10110100 10010101 110 0 10001 11101 1001111 10001 1000001

Color Harmonies of #AAB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB495

Black with #AAB495

Text Example


Text Example

White with #AAB495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB495; }

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

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

background-color css

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

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

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

border-color css

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

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

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