#A16970

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

Shades of Turkish Rose #A16970

Tints of Turkish Rose #A16970

Color information

#A16970 (or 0xA16970) is unknown color: approx Turkish Rose. HEX triplet: A1, 69 and 70. RGB value is (161,105,112). Sum of RGB (Red+Green+Blue) = 161+105+112=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A16970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16970 is #5E968F. Grayscale: #7A7A7A. Windows color (decimal): -6198928 or 7367073. OLE color: 7367073.

HSL color Cylindrical-coordinate representation of color #A16970: hue angle of 352.5º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16970 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB161105112-
CMYK00.350.300.37
HSL352.5º22.95%52.16%-
HSV(B)352.5º34.78%63.14%-
XYZ22.6718.8517.77-
YUV122.54122.05155.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=42.59%
G=27.78%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110511200.350.300.37352.522.9552.16
HexA169700231E251601734
Octal24115116004336455402764
Binary101000011101001111000001000111111010010110110000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16970; }

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

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

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

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

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

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

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

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