#A46973

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

Shades of Turkish Rose #A46973

Tints of Turkish Rose #A46973

Color information

#A46973 (or 0xA46973) is unknown color: approx Turkish Rose. HEX triplet: A4, 69 and 73. RGB value is (164,105,115). Sum of RGB (Red+Green+Blue) = 164+105+115=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A46973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46973 is #5B968C. Grayscale: #7B7B7B. Windows color (decimal): -6002317 or 7563684. OLE color: 7563684.

HSL color Cylindrical-coordinate representation of color #A46973: hue angle of 349.83º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A46973 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB164105115-
CMYK00.360.300.36
HSL349.83º24.48%52.75%-
HSV(B)349.83º35.98%64.31%-
XYZ23.4619.2318.7-
YUV123.78123.05156.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=42.71%
G=27.34%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410511500.360.300.36349.8324.4852.75
HexA469730241E2415e1835
Octal24415116304436445363065
Binary101001001101001111001101001001111010010010101111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46973; }

 p { color: rgb(164,105,115); }

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

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

 a { background-color: rgb(164,105,115); }

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

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

 span { border-color: rgb(164,105,115); }

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