#A06162

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

Shades of Turkish Rose #A06162

Tints of Turkish Rose #A06162

Color information

#A06162 (or 0xA06162) is unknown color: approx Turkish Rose. HEX triplet: A0, 61 and 62. RGB value is (160,97,98). Sum of RGB (Red+Green+Blue) = 160+97+98=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A06162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06162 is #5F9E9D. Grayscale: #747474. Windows color (decimal): -6266526 or 6447520. OLE color: 6447520.

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

Color convert

RGB1609798-
CMYK00.390.390.37
HSL359.05º24.9%50.39%-
HSV(B)359.05º39.38%62.75%-
XYZ20.9816.913.71-
YUV115.95117.87159.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=45.07%
G=27.32%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160979800.390.390.37359.0524.950.39
HexA0616202727251671932
Octal24014114204747455473162
Binary1010000011000011100010010011110011110010110110011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06162; }

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

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

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

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

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

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

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

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