Html Css Color HEX #99A6AB Botticelli

📋 copy color: '#99A6AB'

red 153 ◦ green 166 ◦ blue 171

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

Shades of Botticelli #99A6AB

Tints of Botticelli #99A6AB

RGB

 RED value IS 153 (60.16% from 255) = 31.22%

 GREEN value IS 166 (65.23% from 255) = 33.88%

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 31.22%
G = 33.88%
B = 34.9%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#99A6AB (or 0x99A6AB) is known color: Botticelli. HEX triplet: 99, A6 and AB. RGB value is (153,166,171). Sum of RGB (Red+Green+Blue) = 153+166+171=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #99A6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A6AB is #665954. Grayscale: #A2A2A2. Windows color (decimal): -6707541 or 11249305. OLE color: 11249305.

HSL color Cylindrical-coordinate representation of color #99A6AB: hue angle of 196.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99A6AB is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 166 171 -
CMYK 0.11 0.03 0 0.33
HSL 196.67º 0.1% 0.64% -
HSV(B) 196.67º 0.11% 0.67% -
XYZ 34.12 36.99 43.87 -
YUV 162.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 153 166 171 0.11 0.03 0 0.33 196.67 0.1 0.64
Hex 99 A6 AB B 3 0 21 C5 A 40
Octal 231 246 253 13 3 0 41 305 12 100
Binary 10011001 10100110 10101011 1011 11 0 100001 11000101 1010 1000000

Color Harmonies of #99A6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A6AB

Black with #99A6AB

Text Example


Text Example

White with #99A6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A6AB; }

 p { color: rgb(153,166,171); }

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

background-color css

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

 a { background-color: rgb(153,166,171); }

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

border-color css

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

 span { border-color: rgb(153,166,171); }

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