#AD6273

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

Shades of Turkish Rose #AD6273

Tints of Turkish Rose #AD6273

Color information

#AD6273 (or 0xAD6273) is unknown color: approx Turkish Rose. HEX triplet: AD, 62 and 73. RGB value is (173,98,115). Sum of RGB (Red+Green+Blue) = 173+98+115=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6273 is #529D8C. Grayscale: #7A7A7A. Windows color (decimal): -5414285 or 7561901. OLE color: 7561901.

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

Color convert

RGB17398115-
CMYK00.430.340.32
HSL346.4º31.38%53.14%-
HSV(B)346.4º43.35%67.84%-
XYZ24.718.8618.56-
YUV122.36123.85164.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=44.82%
G=25.39%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739811500.430.340.32346.431.3853.14
HexAD627302B222015a1f35
Octal25514216305342405323765
Binary1010110111000101110011010101110001010000010101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6273; }

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

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

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

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

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

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

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

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