#AD9A9C

Color #AD9A9C Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #AD9A9C

Tints of Careys Pink #AD9A9C

Color information

#AD9A9C (or 0xAD9A9C) is unknown color: approx Careys Pink. HEX triplet: AD, 9A and 9C. RGB value is (173,154,156). Sum of RGB (Red+Green+Blue) = 173+154+156=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9A9C is #526563. Grayscale: #9F9F9F. Windows color (decimal): -5399908 or 10263213. OLE color: 10263213.

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

Color convert

RGB173154156-
CMYK00.110.100.32
HSL353.68º10.38%64.12%-
HSV(B)353.68º10.98%67.84%-
XYZ34.7934.436.26-
YUV159.91125.79137.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=35.82%
G=31.88%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315415600.110.100.32353.6810.3864.12
HexAD9A9C0BA20162a40
Octal255232234013124054212100
Binary10101101100110101001110001011101010000010110001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9A9C; }

 p { color: rgb(173,154,156); }

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

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

 a { background-color: rgb(173,154,156); }

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

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

 span { border-color: rgb(173,154,156); }

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