#A17279

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

Shades of Turkish Rose #A17279

Tints of Turkish Rose #A17279

Color information

#A17279 (or 0xA17279) is unknown color: approx Turkish Rose. HEX triplet: A1, 72 and 79. RGB value is (161,114,121). Sum of RGB (Red+Green+Blue) = 161+114+121=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A17279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17279 is #5E8D86. Grayscale: #808080. Windows color (decimal): -6196615 or 7959201. OLE color: 7959201.

HSL color Cylindrical-coordinate representation of color #A17279: hue angle of 351.06º 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 #A17279 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB161114121-
CMYK00.290.250.37
HSL351.06º20%53.92%-
HSV(B)351.06º29.19%63.14%-
XYZ24.1720.9920.87-
YUV128.85123.57150.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=40.66%
G=28.79%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111412100.290.250.37351.062053.92
HexA1727901D192515f1436
Octal24116217103531455372466
Binary10100001111001011110010111011100110010110101111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17279; }

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

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

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

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

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

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

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

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