#A17275

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

Shades of Turkish Rose #A17275

Tints of Turkish Rose #A17275

Color information

#A17275 (or 0xA17275) is unknown color: approx Turkish Rose. HEX triplet: A1, 72 and 75. RGB value is (161,114,117). Sum of RGB (Red+Green+Blue) = 161+114+117=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A17275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17275 is #5E8D8A. Grayscale: #808080. Windows color (decimal): -6196619 or 7697057. OLE color: 7697057.

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

Color convert

RGB161114117-
CMYK00.290.270.37
HSL356.17º20%53.92%-
HSV(B)356.17º29.19%63.14%-
XYZ23.9320.919.6-
YUV128.39121.57151.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=41.07%
G=29.08%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111411700.290.270.37356.172053.92
HexA1727501D1B251641436
Octal24116216503533455442466
Binary10100001111001011101010111011101110010110110010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17275; }

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

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

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

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

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

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

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

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