#A96276

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

Shades of Turkish Rose #A96276

Tints of Turkish Rose #A96276

Color information

#A96276 (or 0xA96276) is unknown color: approx Turkish Rose. HEX triplet: A9, 62 and 76. RGB value is (169,98,118). Sum of RGB (Red+Green+Blue) = 169+98+118=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A96276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96276 is #569D89. Grayscale: #797979. Windows color (decimal): -5676426 or 7758505. OLE color: 7758505.

HSL color Cylindrical-coordinate representation of color #A96276: hue angle of 343.1º 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 #A96276 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16998118-
CMYK00.420.300.34
HSL343.1º29.22%52.35%-
HSV(B)343.1º42.01%66.27%-
XYZ2418.4819.44-
YUV121.51126.02161.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=43.90%
G=25.45%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699811800.420.300.34343.129.2252.35
HexA9627602A1E221571d34
Octal25114216605236425273564
Binary101010011100010111011001010101111010001010101011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96276; }

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

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

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

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

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

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

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

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