#A17072

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

Shades of Turkish Rose #A17072

Tints of Turkish Rose #A17072

Color information

#A17072 (or 0xA17072) is unknown color: approx Turkish Rose. HEX triplet: A1, 70 and 72. RGB value is (161,112,114). Sum of RGB (Red+Green+Blue) = 161+112+114=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A17072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17072 is #5E8F8D. Grayscale: #7E7E7E. Windows color (decimal): -6197134 or 7499937. OLE color: 7499937.

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

Color convert

RGB161112114-
CMYK00.300.290.37
HSL357.55º20.68%53.53%-
HSV(B)357.55º30.43%63.14%-
XYZ23.5320.3818.61-
YUV126.88120.73152.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=41.60%
G=28.94%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111211400.300.290.37357.5520.6853.53
HexA1707201E1D251661536
Octal24116016203635455462566
Binary10100001111000011100100111101110110010110110011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17072; }

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

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

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

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

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

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

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

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