#AD6472

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

Shades of Turkish Rose #AD6472

Tints of Turkish Rose #AD6472

Color information

#AD6472 (or 0xAD6472) is unknown color: approx Turkish Rose. HEX triplet: AD, 64 and 72. RGB value is (173,100,114). Sum of RGB (Red+Green+Blue) = 173+100+114=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6472 is #529B8D. Grayscale: #7B7B7B. Windows color (decimal): -5413774 or 7496877. OLE color: 7496877.

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

Color convert

RGB173100114-
CMYK00.420.340.32
HSL348.49º30.8%53.53%-
HSV(B)348.49º42.2%67.84%-
XYZ24.8319.2118.32-
YUV123.42122.68163.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=44.70%
G=25.84%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310011400.420.340.32348.4930.853.53
HexAD647202A222015c1f36
Octal25514416205242405343766
Binary1010110111001001110010010101010001010000010101110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6472; }

 p { color: rgb(173,100,114); }

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

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

 a { background-color: rgb(173,100,114); }

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

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

 span { border-color: rgb(173,100,114); }

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