#AD6478

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

Shades of Turkish Rose #AD6478

Tints of Turkish Rose #AD6478

Color information

#AD6478 (or 0xAD6478) is unknown color: approx Turkish Rose. HEX triplet: AD, 64 and 78. RGB value is (173,100,120). Sum of RGB (Red+Green+Blue) = 173+100+120=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6478 is #529B87. Grayscale: #7C7C7C. Windows color (decimal): -5413768 or 7890093. OLE color: 7890093.

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

Color convert

RGB173100120-
CMYK00.420.310.32
HSL343.56º30.8%53.53%-
HSV(B)343.56º42.2%67.84%-
XYZ25.1819.3520.18-
YUV124.11125.68162.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=44.02%
G=25.45%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310012000.420.310.32343.5630.853.53
HexAD647802A1F201581f36
Octal25514417005237405303766
Binary101011011100100111100001010101111110000010101100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6478; }

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

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

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

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

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

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

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

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