#A96771

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

Shades of Turkish Rose #A96771

Tints of Turkish Rose #A96771

Color information

#A96771 (or 0xA96771) is unknown color: approx Turkish Rose. HEX triplet: A9, 67 and 71. RGB value is (169,103,113). Sum of RGB (Red+Green+Blue) = 169+103+113=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A96771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96771 is #56988E. Grayscale: #7B7B7B. Windows color (decimal): -5675151 or 7432105. OLE color: 7432105.

HSL color Cylindrical-coordinate representation of color #A96771: hue angle of 350.91º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A96771 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB169103113-
CMYK00.390.330.34
HSL350.91º27.73%53.33%-
HSV(B)350.91º39.05%66.27%-
XYZ24.1919.3318.08-
YUV123.87121.87160.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=43.90%
G=26.75%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910311300.390.330.34350.9127.7353.33
HexA96771027212215f1c35
Octal25114716104741425373465
Binary1010100111001111110001010011110000110001010101111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96771; }

 p { color: rgb(169,103,113); }

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

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

 a { background-color: rgb(169,103,113); }

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

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

 span { border-color: rgb(169,103,113); }

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