#AD6270

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

Shades of Turkish Rose #AD6270

Tints of Turkish Rose #AD6270

Color information

#AD6270 (or 0xAD6270) is unknown color: approx Turkish Rose. HEX triplet: AD, 62 and 70. RGB value is (173,98,112). Sum of RGB (Red+Green+Blue) = 173+98+112=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6270 is #529D8F. Grayscale: #7A7A7A. Windows color (decimal): -5414288 or 7365293. OLE color: 7365293.

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

Color convert

RGB17398112-
CMYK00.430.350.32
HSL348.8º31.38%53.14%-
HSV(B)348.8º43.35%67.84%-
XYZ24.5318.7917.66-
YUV122.02122.35164.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=45.17%
G=25.59%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739811200.430.350.32348.831.3853.14
HexAD627002B232015d1f35
Octal25514216005343405353765
Binary1010110111000101110000010101110001110000010101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6270; }

 p { color: rgb(173,98,112); }

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

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

 a { background-color: rgb(173,98,112); }

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

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

 span { border-color: rgb(173,98,112); }

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