#A96974

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

Shades of Turkish Rose #A96974

Tints of Turkish Rose #A96974

Color information

#A96974 (or 0xA96974) is unknown color: approx Turkish Rose. HEX triplet: A9, 69 and 74. RGB value is (169,105,116). Sum of RGB (Red+Green+Blue) = 169+105+116=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A96974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96974 is #56968B. Grayscale: #7D7D7D. Windows color (decimal): -5674636 or 7629225. OLE color: 7629225.

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

Color convert

RGB169105116-
CMYK00.380.310.34
HSL349.69º27.12%53.73%-
HSV(B)349.69º37.87%66.27%-
XYZ24.5719.819.05-
YUV125.39122.7159.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.33%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=43.33%
G=26.92%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910511600.380.310.34349.6927.1253.73
HexA969740261F2215e1b36
Octal25115116404637425363366
Binary101010011101001111010001001101111110001010101111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96974; }

 p { color: rgb(169,105,116); }

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

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

 a { background-color: rgb(169,105,116); }

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

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

 span { border-color: rgb(169,105,116); }

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