#A46970

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

Shades of Turkish Rose #A46970

Tints of Turkish Rose #A46970

Color information

#A46970 (or 0xA46970) is unknown color: approx Turkish Rose. HEX triplet: A4, 69 and 70. RGB value is (164,105,112). Sum of RGB (Red+Green+Blue) = 164+105+112=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46970 is #5B968F. Grayscale: #7B7B7B. Windows color (decimal): -6002320 or 7367076. OLE color: 7367076.

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

Color convert

RGB164105112-
CMYK00.360.320.36
HSL352.88º24.48%52.75%-
HSV(B)352.88º35.98%64.31%-
XYZ23.2919.1717.8-
YUV123.44121.55156.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=43.04%
G=27.56%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410511200.360.320.36352.8824.4852.75
HexA4697002420241611835
Octal24415116004440445413065
Binary1010010011010011110000010010010000010010010110000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46970; }

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

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

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

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

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

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

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

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