Html Css Color HEX #AAB092 Green Spring

📋 copy color: '#AAB092'

red 170 ◦ green 176 ◦ blue 146

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

Shades of Green Spring #AAB092

Tints of Green Spring #AAB092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.67%

R = 34.55%
G = 35.77%
B = 29.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AAB092 (or 0xAAB092) is known color: Green Spring. HEX triplet: AA, B0 and 92. RGB value is (170,176,146). Sum of RGB (Red+Green+Blue) = 170+176+146=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB092 is #554F6D. Grayscale: #AAAAAA. Windows color (decimal): -5590894 or 9613482. OLE color: 9613482.

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

Color convert

RGB 170 176 146 -
CMYK 0.03 0 0.17 0.31
HSL 72º 0.16% 0.63% -
HSV(B) 72º 0.17% 0.69% -
XYZ 37.29 41.67 33.27 -
YUV 170.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 170 176 146 0.03 0 0.17 0.31 72 0.16 0.63
Hex AA B0 92 3 0 11 1F 48 10 3F
Octal 252 260 222 3 0 21 37 110 20 77
Binary 10101010 10110000 10010010 11 0 10001 11111 1001000 10000 111111

Color Harmonies of #AAB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB092

Black with #AAB092

Text Example


Text Example

White with #AAB092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB092; }

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

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

background-color css

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

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

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

border-color css

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

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

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