#A16572

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

Shades of Turkish Rose #A16572

Tints of Turkish Rose #A16572

Color information

#A16572 (or 0xA16572) is unknown color: approx Turkish Rose. HEX triplet: A1, 65 and 72. RGB value is (161,101,114). Sum of RGB (Red+Green+Blue) = 161+101+114=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A16572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16572 is #5E9A8D. Grayscale: #787878. Windows color (decimal): -6199950 or 7497121. OLE color: 7497121.

HSL color Cylindrical-coordinate representation of color #A16572: hue angle of 347º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16572 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB161101114-
CMYK00.370.290.37
HSL347º24.19%51.37%-
HSV(B)347º37.27%63.14%-
XYZ22.3918.118.23-
YUV120.42124.38156.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=42.82%
G=26.86%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110111400.370.290.3734724.1951.37
HexA165720251D2515b1833
Octal24114516204535455333063
Binary101000011100101111001001001011110110010110101101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16572; }

 p { color: rgb(161,101,114); }

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

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

 a { background-color: rgb(161,101,114); }

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

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

 span { border-color: rgb(161,101,114); }

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