#A96C75

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

Shades of Turkish Rose #A96C75

Tints of Turkish Rose #A96C75

Color information

#A96C75 (or 0xA96C75) is unknown color: approx Turkish Rose. HEX triplet: A9, 6C and 75. RGB value is (169,108,117). Sum of RGB (Red+Green+Blue) = 169+108+117=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96C75 is #56938A. Grayscale: #7F7F7F. Windows color (decimal): -5673867 or 7695529. OLE color: 7695529.

HSL color Cylindrical-coordinate representation of color #A96C75: hue angle of 351.15º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A96C75 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB169108117-
CMYK00.360.310.34
HSL351.15º26.18%54.31%-
HSV(B)351.15º36.09%66.27%-
XYZ24.9420.4419.46-
YUV127.26122.21157.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 108 (42.58% from 255) = 27.41%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=42.89%
G=27.41%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910811700.360.310.34351.1526.1854.31
HexA96C750241F2215f1a36
Octal25115416504437425373266
Binary101010011101100111010101001001111110001010101111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C75; }

 p { color: rgb(169,108,117); }

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

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

 a { background-color: rgb(169,108,117); }

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

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

 span { border-color: rgb(169,108,117); }

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