#AD6271

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

Shades of Turkish Rose #AD6271

Tints of Turkish Rose #AD6271

Color information

#AD6271 (or 0xAD6271) is unknown color: approx Turkish Rose. HEX triplet: AD, 62 and 71. RGB value is (173,98,113). Sum of RGB (Red+Green+Blue) = 173+98+113=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6271 is #529D8E. Grayscale: #7A7A7A. Windows color (decimal): -5414287 or 7430829. OLE color: 7430829.

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

Color convert

RGB17398113-
CMYK00.430.350.32
HSL348º31.38%53.14%-
HSV(B)348º43.35%67.84%-
XYZ24.5818.8117.96-
YUV122.14122.85164.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=45.05%
G=25.52%
B=29.43%

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
Decimal1739811300.430.350.3234831.3853.14
HexAD627102B232015c1f35
Octal25514216105343405343765
Binary1010110111000101110001010101110001110000010101110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6271; }

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

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

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

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

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

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

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

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