#A46972

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

Shades of Turkish Rose #A46972

Tints of Turkish Rose #A46972

Color information

#A46972 (or 0xA46972) is unknown color: approx Turkish Rose. HEX triplet: A4, 69 and 72. RGB value is (164,105,114). Sum of RGB (Red+Green+Blue) = 164+105+114=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A46972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46972 is #5B968D. Grayscale: #7B7B7B. Windows color (decimal): -6002318 or 7498148. OLE color: 7498148.

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

Color convert

RGB164105114-
CMYK00.360.300.36
HSL350.85º24.48%52.75%-
HSV(B)350.85º35.98%64.31%-
XYZ23.419.2118.39-
YUV123.67122.55156.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=42.82%
G=27.42%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410511400.360.300.36350.8524.4852.75
HexA469720241E2415f1835
Octal24415116204436445373065
Binary101001001101001111001001001001111010010010101111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46972; }

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

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

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

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

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

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

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

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