#A46570

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

Shades of Turkish Rose #A46570

Tints of Turkish Rose #A46570

Color information

#A46570 (or 0xA46570) is unknown color: approx Turkish Rose. HEX triplet: A4, 65 and 70. RGB value is (164,101,112). Sum of RGB (Red+Green+Blue) = 164+101+112=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A46570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46570 is #5B9A8F. Grayscale: #797979. Windows color (decimal): -6003344 or 7366052. OLE color: 7366052.

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

Color convert

RGB164101112-
CMYK00.380.320.36
HSL349.52º25.71%51.96%-
HSV(B)349.52º38.41%64.31%-
XYZ22.8918.3717.67-
YUV121.09122.87158.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=43.50%
G=26.79%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410111200.380.320.36349.5225.7151.96
HexA46570026202415e1a34
Octal24414516004640445363264
Binary1010010011001011110000010011010000010010010101111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46570; }

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

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

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

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

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

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

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

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