#A06163

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

Shades of Turkish Rose #A06163

Tints of Turkish Rose #A06163

Color information

#A06163 (or 0xA06163) is unknown color: approx Turkish Rose. HEX triplet: A0, 61 and 63. RGB value is (160,97,99). Sum of RGB (Red+Green+Blue) = 160+97+99=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A06163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06163 is #5F9E9C. Grayscale: #747474. Windows color (decimal): -6266525 or 6513056. OLE color: 6513056.

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

Color convert

RGB1609799-
CMYK00.390.380.37
HSL358.1º24.9%50.39%-
HSV(B)358.1º39.38%62.75%-
XYZ21.0216.9213.96-
YUV116.06118.37159.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 99 (39.06% from 255) = 27.81%
R=44.94%
G=27.25%
B=27.81%

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
Decimal160979900.390.380.37358.124.950.39
HexA0616302726251661932
Octal24014114304746455463162
Binary1010000011000011100011010011110011010010110110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06163; }

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

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

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

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

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

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

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

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