#A96178

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

Shades of Turkish Rose #A96178

Tints of Turkish Rose #A96178

Color information

#A96178 (or 0xA96178) is unknown color: approx Turkish Rose. HEX triplet: A9, 61 and 78. RGB value is (169,97,120). Sum of RGB (Red+Green+Blue) = 169+97+120=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A96178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96178 is #569E87. Grayscale: #797979. Windows color (decimal): -5676680 or 7889321. OLE color: 7889321.

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

Color convert

RGB16997120-
CMYK00.430.290.34
HSL340.83º29.51%52.16%-
HSV(B)340.83º42.6%66.27%-
XYZ24.0318.3420.04-
YUV121.15127.35162.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=43.78%
G=25.13%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699712000.430.290.34340.8329.5152.16
HexA9617802B1D221551e34
Octal25114117005335425253664
Binary101010011100001111100001010111110110001010101010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96178; }

 p { color: rgb(169,97,120); }

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

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

 a { background-color: rgb(169,97,120); }

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

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

 span { border-color: rgb(169,97,120); }

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