Html Css Color HEX #99A7AC Botticelli

📋 copy color: '#99A7AC'

red 153 ◦ green 167 ◦ blue 172

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

Shades of Botticelli #99A7AC

Tints of Botticelli #99A7AC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.94%

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

R = 31.1%
G = 33.94%
B = 34.96%

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

#99A7AC (or 0x99A7AC) is known color: Botticelli. HEX triplet: 99, A7 and AC. RGB value is (153,167,172). Sum of RGB (Red+Green+Blue) = 153+167+172=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #99A7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A7AC is #665853. Grayscale: #A3A3A3. Windows color (decimal): -6707284 or 11315097. OLE color: 11315097.

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

Color convert

RGB 153 167 172 -
CMYK 0.11 0.03 0 0.33
HSL 195.79º 0.1% 0.64% -
HSV(B) 195.79º 0.11% 0.67% -
XYZ 34.4 37.39 44.43 -
YUV 163.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 153 167 172 0.11 0.03 0 0.33 195.79 0.1 0.64
Hex 99 A7 AC B 3 0 21 C4 A 40
Octal 231 247 254 13 3 0 41 304 12 100
Binary 10011001 10100111 10101100 1011 11 0 100001 11000100 1010 1000000

Color Harmonies of #99A7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A7AC

Black with #99A7AC

Text Example


Text Example

White with #99A7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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