#AD737B

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

Shades of Turkish Rose #AD737B

Tints of Turkish Rose #AD737B

Color information

#AD737B (or 0xAD737B) is unknown color: approx Turkish Rose. HEX triplet: AD, 73 and 7B. RGB value is (173,115,123). Sum of RGB (Red+Green+Blue) = 173+115+123=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD737B is #528C84. Grayscale: #858585. Windows color (decimal): -5409925 or 8090541. OLE color: 8090541.

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

Color convert

RGB173115123-
CMYK00.340.290.32
HSL351.72º26.13%56.47%-
HSV(B)351.72º33.53%67.84%-
XYZ26.9422.5821.68-
YUV133.25122.22156.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=42.09%
G=27.98%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311512300.340.290.32351.7226.1356.47
HexAD737B0221D201601a38
Octal25516317304235405403270
Binary101011011110011111101101000101110110000010110000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD737B; }

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

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

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

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

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

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

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

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