#AD7A7B

Color #AD7A7B Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AD7A7B

Tints of Turkish Rose #AD7A7B

Color information

#AD7A7B (or 0xAD7A7B) is unknown color: approx Turkish Rose. HEX triplet: AD, 7A and 7B. RGB value is (173,122,123). Sum of RGB (Red+Green+Blue) = 173+122+123=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A7B is #528584. Grayscale: #898989. Windows color (decimal): -5408133 or 8092333. OLE color: 8092333.

HSL color Cylindrical-coordinate representation of color #AD7A7B: hue angle of 358.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7A7B is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB173122123-
CMYK00.290.290.32
HSL358.82º23.72%57.84%-
HSV(B)358.82º29.48%67.84%-
XYZ27.7724.2321.95-
YUV137.36119.9153.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=41.39%
G=29.19%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312212300.290.290.32358.8223.7257.84
HexAD7A7B01D1D20167183a
Octal25517217303535405473072
Binary10101101111101011110110111011110110000010110011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A7B; }

 p { color: rgb(173,122,123); }

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

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

 a { background-color: rgb(173,122,123); }

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

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

 span { border-color: rgb(173,122,123); }

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