#A46470

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

Shades of Turkish Rose #A46470

Tints of Turkish Rose #A46470

Color information

#A46470 (or 0xA46470) is unknown color: approx Turkish Rose. HEX triplet: A4, 64 and 70. RGB value is (164,100,112). Sum of RGB (Red+Green+Blue) = 164+100+112=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A46470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46470 is #5B9B8F. Grayscale: #787878. Windows color (decimal): -6003600 or 7365796. OLE color: 7365796.

HSL color Cylindrical-coordinate representation of color #A46470: hue angle of 348.75º 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 #A46470 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB164100112-
CMYK00.390.320.36
HSL348.75º26.02%51.76%-
HSV(B)348.75º39.02%64.31%-
XYZ22.7918.1817.64-
YUV120.5123.2159.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=43.62%
G=26.60%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410011200.390.320.36348.7526.0251.76
HexA46470027202415d1a34
Octal24414416004740445353264
Binary1010010011001001110000010011110000010010010101110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46470; }

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

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

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

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

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

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

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

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