#AD6474

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

Shades of Turkish Rose #AD6474

Tints of Turkish Rose #AD6474

Color information

#AD6474 (or 0xAD6474) is unknown color: approx Turkish Rose. HEX triplet: AD, 64 and 74. RGB value is (173,100,116). Sum of RGB (Red+Green+Blue) = 173+100+116=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6474 is #529B8B. Grayscale: #7B7B7B. Windows color (decimal): -5413772 or 7627949. OLE color: 7627949.

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

Color convert

RGB173100116-
CMYK00.420.330.32
HSL346.85º30.8%53.53%-
HSV(B)346.85º42.2%67.84%-
XYZ24.9419.2618.93-
YUV123.65123.68163.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=44.47%
G=25.71%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310011600.420.330.32346.8530.853.53
HexAD647402A212015b1f36
Octal25514416405241405333766
Binary1010110111001001110100010101010000110000010101101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6474; }

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

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

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

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

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

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

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

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