#A06263

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

Shades of Turkish Rose #A06263

Tints of Turkish Rose #A06263

Color information

#A06263 (or 0xA06263) is unknown color: approx Turkish Rose. HEX triplet: A0, 62 and 63. RGB value is (160,98,99). Sum of RGB (Red+Green+Blue) = 160+98+99=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A06263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06263 is #5F9D9C. Grayscale: #747474. Windows color (decimal): -6266269 or 6513312. OLE color: 6513312.

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

Color convert

RGB1609899-
CMYK00.390.380.37
HSL359.03º24.6%50.59%-
HSV(B)359.03º38.75%62.75%-
XYZ21.1217.1113.99-
YUV116.65118.04158.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=44.82%
G=27.45%
B=27.73%

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
Decimal160989900.390.380.37359.0324.650.59
HexA0626302726251671933
Octal24014214304746455473163
Binary1010000011000101100011010011110011010010110110011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06263; }

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

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

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

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

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

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

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

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