Html Css Color HEX #AAB093 Green Spring

📋 copy color: '#AAB093'

red 170 ◦ green 176 ◦ blue 147

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

Shades of Green Spring #AAB093

Tints of Green Spring #AAB093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 34.48%
G = 35.7%
B = 29.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AAB093 (or 0xAAB093) is known color: Green Spring. HEX triplet: AA, B0 and 93. RGB value is (170,176,147). Sum of RGB (Red+Green+Blue) = 170+176+147=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB093 is #554F6C. Grayscale: #ABABAB. Windows color (decimal): -5590893 or 9679018. OLE color: 9679018.

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

Color convert

RGB 170 176 147 -
CMYK 0.03 0 0.16 0.31
HSL 72.41º 0.16% 0.63% -
HSV(B) 72.41º 0.16% 0.69% -
XYZ 37.37 41.7 33.68 -
YUV 170.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 170 176 147 0.03 0 0.16 0.31 72.41 0.16 0.63
Hex AA B0 93 3 0 10 1F 48 10 3F
Octal 252 260 223 3 0 20 37 110 20 77
Binary 10101010 10110000 10010011 11 0 10000 11111 1001000 10000 111111

Color Harmonies of #AAB093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB093

Black with #AAB093

Text Example


Text Example

White with #AAB093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB093; }

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

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

background-color css

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

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

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

border-color css

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

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

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