#A06164

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

Shades of Turkish Rose #A06164

Tints of Turkish Rose #A06164

Color information

#A06164 (or 0xA06164) is unknown color: approx Turkish Rose. HEX triplet: A0, 61 and 64. RGB value is (160,97,100). Sum of RGB (Red+Green+Blue) = 160+97+100=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A06164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06164 is #5F9E9B. Grayscale: #747474. Windows color (decimal): -6266524 or 6578592. OLE color: 6578592.

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

Color convert

RGB16097100-
CMYK00.390.380.37
HSL357.14º24.9%50.39%-
HSV(B)357.14º39.38%62.75%-
XYZ21.0716.9414.22-
YUV116.18118.87159.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=44.82%
G=27.17%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609710000.390.380.37357.1424.950.39
HexA0616402726251651932
Octal24014114404746455453162
Binary1010000011000011100100010011110011010010110110010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06164; }

 p { color: rgb(160,97,100); }

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

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

 a { background-color: rgb(160,97,100); }

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

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

 span { border-color: rgb(160,97,100); }

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