Html Css Color HEX #99A8AB Botticelli

📋 copy color: '#99A8AB'

red 153 ◦ green 168 ◦ blue 171

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

Shades of Botticelli #99A8AB

Tints of Botticelli #99A8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

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

R = 31.1%
G = 34.15%
B = 34.76%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#99A8AB (or 0x99A8AB) is known color: Botticelli. HEX triplet: 99, A8 and AB. RGB value is (153,168,171). Sum of RGB (Red+Green+Blue) = 153+168+171=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 171 - color contains mainly: blue. Hex color #99A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A8AB is #665754. Grayscale: #A3A3A3. Windows color (decimal): -6707029 or 11249817. OLE color: 11249817.

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

Color convert

RGB 153 168 171 -
CMYK 0.11 0.02 0 0.33
HSL 190º 0.1% 0.64% -
HSV(B) 190º 0.11% 0.67% -
XYZ 34.49 37.72 43.99 -
YUV 163.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 153 168 171 0.11 0.02 0 0.33 190 0.1 0.64
Hex 99 A8 AB B 2 0 21 BE A 40
Octal 231 250 253 13 2 0 41 276 12 100
Binary 10011001 10101000 10101011 1011 10 0 100001 10111110 1010 1000000

Color Harmonies of #99A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A8AB

Black with #99A8AB

Text Example


Text Example

White with #99A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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