#A16064

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

Shades of Turkish Rose #A16064

Tints of Turkish Rose #A16064

Color information

#A16064 (or 0xA16064) is unknown color: approx Turkish Rose. HEX triplet: A1, 60 and 64. RGB value is (161,96,100). Sum of RGB (Red+Green+Blue) = 161+96+100=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A16064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16064 is #5E9F9B. Grayscale: #737373. Windows color (decimal): -6201244 or 6578337. OLE color: 6578337.

HSL color Cylindrical-coordinate representation of color #A16064: hue angle of 356.31º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16064 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB16196100-
CMYK00.400.380.37
HSL356.31º25.69%50.39%-
HSV(B)356.31º40.37%63.14%-
XYZ21.1816.8614.2-
YUV115.89119.03160.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=45.10%
G=26.89%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619610000.400.380.37356.3125.6950.39
HexA1606402826251641a32
Octal24114014405046455443262
Binary1010000111000001100100010100010011010010110110010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16064; }

 p { color: rgb(161,96,100); }

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

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

 a { background-color: rgb(161,96,100); }

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

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

 span { border-color: rgb(161,96,100); }

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