#A16670

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

Shades of Turkish Rose #A16670

Tints of Turkish Rose #A16670

Color information

#A16670 (or 0xA16670) is unknown color: approx Turkish Rose. HEX triplet: A1, 66 and 70. RGB value is (161,102,112). Sum of RGB (Red+Green+Blue) = 161+102+112=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A16670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16670 is #5E998F. Grayscale: #787878. Windows color (decimal): -6199696 or 7366305. OLE color: 7366305.

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

Color convert

RGB161102112-
CMYK00.370.300.37
HSL349.83º23.89%51.57%-
HSV(B)349.83º36.65%63.14%-
XYZ22.3718.2517.67-
YUV120.78123.05156.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=42.93%
G=27.2%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110211200.370.300.37349.8323.8951.57
HexA166700251E2515e1834
Octal24114616004536455363064
Binary101000011100110111000001001011111010010110101111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16670; }

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

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

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

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

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

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

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

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