#AD6272

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

Shades of Turkish Rose #AD6272

Tints of Turkish Rose #AD6272

Color information

#AD6272 (or 0xAD6272) is unknown color: approx Turkish Rose. HEX triplet: AD, 62 and 72. RGB value is (173,98,114). Sum of RGB (Red+Green+Blue) = 173+98+114=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6272 is #529D8D. Grayscale: #7A7A7A. Windows color (decimal): -5414286 or 7496365. OLE color: 7496365.

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

Color convert

RGB17398114-
CMYK00.430.340.32
HSL347.2º31.38%53.14%-
HSV(B)347.2º43.35%67.84%-
XYZ24.6418.8318.26-
YUV122.25123.35164.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=44.94%
G=25.45%
B=29.61%

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
Decimal1739811400.430.340.32347.231.3853.14
HexAD627202B222015b1f35
Octal25514216205342405333765
Binary1010110111000101110010010101110001010000010101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6272; }

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

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

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

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

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

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

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

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