Html Css Color HEX #99ADA9 Conch

📋 copy color: '#99ADA9'

red 153 ◦ green 173 ◦ blue 169

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

Shades of Conch #99ADA9

Tints of Conch #99ADA9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

 BLUE value IS 169 (66.41% from 255) = 34.14%

R = 30.91%
G = 34.95%
B = 34.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#99ADA9 (or 0x99ADA9) is known color: Conch. HEX triplet: 99, AD and A9. RGB value is (153,173,169). Sum of RGB (Red+Green+Blue) = 153+173+169=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 173 - color contains mainly: green. Hex color #99ADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADA9 is #665256. Grayscale: #A6A6A6. Windows color (decimal): -6705751 or 11120025. OLE color: 11120025.

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

Color convert

RGB 153 173 169 -
CMYK 0.12 0 0.02 0.32
HSL 168º 0.11% 0.64% -
HSV(B) 168º 0.12% 0.68% -
XYZ 35.24 39.52 43.31 -
YUV 166.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 153 173 169 0.12 0 0.02 0.32 168 0.11 0.64
Hex 99 AD A9 C 0 2 20 A8 B 40
Octal 231 255 251 14 0 2 40 250 13 100
Binary 10011001 10101101 10101001 1100 0 10 100000 10101000 1011 1000000

Color Harmonies of #99ADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADA9

Black with #99ADA9

Text Example


Text Example

White with #99ADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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