#A96263

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

Shades of Turkish Rose #A96263

Tints of Turkish Rose #A96263

Color information

#A96263 (or 0xA96263) is unknown color: approx Turkish Rose. HEX triplet: A9, 62 and 63. RGB value is (169,98,99). Sum of RGB (Red+Green+Blue) = 169+98+99=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A96263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96263 is #569D9C. Grayscale: #777777. Windows color (decimal): -5676445 or 6513321. OLE color: 6513321.

HSL color Cylindrical-coordinate representation of color #A96263: hue angle of 359.15º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A96263 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB1699899-
CMYK00.420.410.34
HSL359.15º29.22%52.35%-
HSV(B)359.15º42.01%66.27%-
XYZ22.9818.0714.08-
YUV119.34116.52163.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.17%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=46.17%
G=26.78%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169989900.420.410.34359.1529.2252.35
HexA9626302A29221671d34
Octal25114214305251425473564
Binary1010100111000101100011010101010100110001010110011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96263; }

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

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

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

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

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

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

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

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