#A46574

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

Shades of Turkish Rose #A46574

Tints of Turkish Rose #A46574

Color information

#A46574 (or 0xA46574) is unknown color: approx Turkish Rose. HEX triplet: A4, 65 and 74. RGB value is (164,101,116). Sum of RGB (Red+Green+Blue) = 164+101+116=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46574 is #5B9A8B. Grayscale: #797979. Windows color (decimal): -6003340 or 7628196. OLE color: 7628196.

HSL color Cylindrical-coordinate representation of color #A46574: hue angle of 345.71º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46574 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB164101116-
CMYK00.380.290.36
HSL345.71º25.71%51.96%-
HSV(B)345.71º38.41%64.31%-
XYZ23.1218.4618.87-
YUV121.55124.87158.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=43.04%
G=26.51%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410111600.380.290.36345.7125.7151.96
HexA465740261D2415a1a34
Octal24414516404635445323264
Binary101001001100101111010001001101110110010010101101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46574; }

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

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

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

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

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

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

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

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