Html Css Color HEX #A0BAA6 Summer Green

📋 copy color: '#A0BAA6'

red 160 ◦ green 186 ◦ blue 166

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

Shades of Summer Green #A0BAA6

Tints of Summer Green #A0BAA6

RGB

 RED value IS 160 (62.89% from 255) = 31.25%

 GREEN value IS 186 (73.05% from 255) = 36.33%

 BLUE value IS 166 (65.23% from 255) = 32.42%

R = 31.25%
G = 36.33%
B = 32.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#A0BAA6 (or 0xA0BAA6) is known color: Summer Green. HEX triplet: A0, BA and A6. RGB value is (160,186,166). Sum of RGB (Red+Green+Blue) = 160+186+166=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAA6 is #5F4559. Grayscale: #B0B0B0. Windows color (decimal): -6243674 or 10926752. OLE color: 10926752.

HSL color Cylindrical-coordinate representation of color #A0BAA6: hue angle of 133.85º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0BAA6 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 166 -
CMYK 0.14 0 0.11 0.27
HSL 133.85º 0.16% 0.68% -
HSV(B) 133.85º 0.14% 0.73% -
XYZ 38.94 45.34 42.78 -
YUV 175.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 160 186 166 0.14 0 0.11 0.27 133.85 0.16 0.68
Hex A0 BA A6 E 0 B 1B 86 10 44
Octal 240 272 246 16 0 13 33 206 20 104
Binary 10100000 10111010 10100110 1110 0 1011 11011 10000110 10000 1000100

Color Harmonies of #A0BAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BAA6

Black with #A0BAA6

Text Example


Text Example

White with #A0BAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BAA6; }

 p { color: rgb(160,186,166); }

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

background-color css

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

 a { background-color: rgb(160,186,166); }

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

border-color css

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

 span { border-color: rgb(160,186,166); }

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