#99A0AD

Color #99A0AD Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #99A0AD

Tints of Rock Blue #99A0AD

Color information

#99A0AD (or 0x99A0AD) is unknown color: approx Rock Blue. HEX triplet: 99, A0 and AD. RGB value is (153,160,173). Sum of RGB (Red+Green+Blue) = 153+160+173=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #99A0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A0AD is #665F52. Grayscale: #9F9F9F. Windows color (decimal): -6709075 or 11378841. OLE color: 11378841.

HSL color Cylindrical-coordinate representation of color #99A0AD: hue angle of 219º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99A0AD is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153160173-
CMYK0.120.0800.32
HSL219º10.87%63.92%-
HSV(B)219º11.56%67.84%-
XYZ33.2534.9344.53-
YUV159.39135.68123.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.48%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=31.48%
G=32.92%
B=35.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531601730.120.0800.3221910.8763.92
Hex99A0ADC8020dbb40
Octal231240255141004033313100
Binary1001100110100000101011011100100001000001101101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,160,173); }

 H1.HeaderClassName
 {
   color: #99A0AD;
 }
 .AnyTagClassName
 {
   color: #99A0AD;
 }
</style>
background-color css

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

 a { background-color: rgb(153,160,173); }

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

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

 span { border-color: rgb(153,160,173); }

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