#A96773

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

Shades of Turkish Rose #A96773

Tints of Turkish Rose #A96773

Color information

#A96773 (or 0xA96773) is unknown color: approx Turkish Rose. HEX triplet: A9, 67 and 73. RGB value is (169,103,115). Sum of RGB (Red+Green+Blue) = 169+103+115=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A96773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96773 is #56988C. Grayscale: #7C7C7C. Windows color (decimal): -5675149 or 7563177. OLE color: 7563177.

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

Color convert

RGB169103115-
CMYK00.390.320.34
HSL349.09º27.73%53.33%-
HSV(B)349.09º39.05%66.27%-
XYZ24.3119.3718.68-
YUV124.1122.87160.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 115 (45.31% from 255) = 29.72%
R=43.67%
G=26.61%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910311500.390.320.34349.0927.7353.33
HexA96773027202215d1c35
Octal25114716304740425353465
Binary1010100111001111110011010011110000010001010101110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96773; }

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

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

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

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

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

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

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

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