#A96574

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

Shades of Turkish Rose #A96574

Tints of Turkish Rose #A96574

Color information

#A96574 (or 0xA96574) is unknown color: approx Turkish Rose. HEX triplet: A9, 65 and 74. RGB value is (169,101,116). Sum of RGB (Red+Green+Blue) = 169+101+116=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A96574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96574 is #569A8B. Grayscale: #7B7B7B. Windows color (decimal): -5675660 or 7628201. OLE color: 7628201.

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

Color convert

RGB169101116-
CMYK00.400.310.34
HSL346.76º28.33%52.94%-
HSV(B)346.76º40.24%66.27%-
XYZ24.171918.92-
YUV123.04124.03160.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=43.78%
G=26.17%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910111600.400.310.34346.7628.3352.94
HexA965740281F2215b1c35
Octal25114516405037425333465
Binary101010011100101111010001010001111110001010101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96574; }

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

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

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

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

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

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

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

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