#A46475

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

Shades of Turkish Rose #A46475

Tints of Turkish Rose #A46475

Color information

#A46475 (or 0xA46475) is unknown color: approx Turkish Rose. HEX triplet: A4, 64 and 75. RGB value is (164,100,117). Sum of RGB (Red+Green+Blue) = 164+100+117=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46475 is #5B9B8A. Grayscale: #797979. Windows color (decimal): -6003595 or 7693476. OLE color: 7693476.

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

Color convert

RGB164100117-
CMYK00.390.290.36
HSL344.06º26.02%51.76%-
HSV(B)344.06º39.02%64.31%-
XYZ23.0818.2919.14-
YUV121.07125.7158.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=43.04%
G=26.25%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410011700.390.290.36344.0626.0251.76
HexA464750271D241581a34
Octal24414416504735445303264
Binary101001001100100111010101001111110110010010101100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46475; }

 p { color: rgb(164,100,117); }

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

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

 a { background-color: rgb(164,100,117); }

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

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

 span { border-color: rgb(164,100,117); }

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