Html Css Color HEX #99A6AC Botticelli

📋 copy color: '#99A6AC'

red 153 ◦ green 166 ◦ blue 172

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

Shades of Botticelli #99A6AC

Tints of Botticelli #99A6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 31.16%
G = 33.81%
B = 35.03%

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

#99A6AC (or 0x99A6AC) is known color: Botticelli. HEX triplet: 99, A6 and AC. RGB value is (153,166,172). Sum of RGB (Red+Green+Blue) = 153+166+172=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 172 - color contains mainly: blue. Hex color #99A6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A6AC is #665953. Grayscale: #A2A2A2. Windows color (decimal): -6707540 or 11314841. OLE color: 11314841.

HSL color Cylindrical-coordinate representation of color #99A6AC: hue angle of 198.95º 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 #99A6AC is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 166 172 -
CMYK 0.11 0.03 0 0.33
HSL 198.95º 0.1% 0.64% -
HSV(B) 198.95º 0.11% 0.67% -
XYZ 34.22 37.02 44.37 -
YUV 162.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 153 166 172 0.11 0.03 0 0.33 198.95 0.1 0.64
Hex 99 A6 AC B 3 0 21 C7 A 40
Octal 231 246 254 13 3 0 41 307 12 100
Binary 10011001 10100110 10101100 1011 11 0 100001 11000111 1010 1000000

Color Harmonies of #99A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A6AC

Black with #99A6AC

Text Example


Text Example

White with #99A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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