#AD6471

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

Shades of Turkish Rose #AD6471

Tints of Turkish Rose #AD6471

Color information

#AD6471 (or 0xAD6471) is unknown color: approx Turkish Rose. HEX triplet: AD, 64 and 71. RGB value is (173,100,113). Sum of RGB (Red+Green+Blue) = 173+100+113=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6471 is #529B8E. Grayscale: #7B7B7B. Windows color (decimal): -5413775 or 7431341. OLE color: 7431341.

HSL color Cylindrical-coordinate representation of color #AD6471: hue angle of 349.32º 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 #AD6471 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB173100113-
CMYK00.420.350.32
HSL349.32º30.8%53.53%-
HSV(B)349.32º42.2%67.84%-
XYZ24.7719.1918.02-
YUV123.31122.18163.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=44.82%
G=25.91%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310011300.420.350.32349.3230.853.53
HexAD647102A232015d1f36
Octal25514416105243405353766
Binary1010110111001001110001010101010001110000010101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6471; }

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

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

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

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

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

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

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

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