#A46070

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

Shades of Turkish Rose #A46070

Tints of Turkish Rose #A46070

Color information

#A46070 (or 0xA46070) is unknown color: approx Turkish Rose. HEX triplet: A4, 60 and 70. RGB value is (164,96,112). Sum of RGB (Red+Green+Blue) = 164+96+112=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A46070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46070 is #5B9F8F. Grayscale: #767676. Windows color (decimal): -6004624 or 7364772. OLE color: 7364772.

HSL color Cylindrical-coordinate representation of color #A46070: hue angle of 345.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46070 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16496112-
CMYK00.410.320.36
HSL345.88º27.2%50.98%-
HSV(B)345.88º41.46%64.31%-
XYZ22.4217.4317.51-
YUV118.16124.53160.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 112 (44.14% from 255) = 30.11%
R=44.09%
G=25.81%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649611200.410.320.36345.8827.250.98
HexA46070029202415a1b33
Octal24414016005140445323363
Binary1010010011000001110000010100110000010010010101101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46070; }

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

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

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

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

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

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

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

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