#A46974

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

Shades of Turkish Rose #A46974

Tints of Turkish Rose #A46974

Color information

#A46974 (or 0xA46974) is unknown color: approx Turkish Rose. HEX triplet: A4, 69 and 74. RGB value is (164,105,116). Sum of RGB (Red+Green+Blue) = 164+105+116=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A46974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46974 is #5B968B. Grayscale: #7B7B7B. Windows color (decimal): -6002316 or 7629220. OLE color: 7629220.

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

Color convert

RGB164105116-
CMYK00.360.290.36
HSL348.81º24.48%52.75%-
HSV(B)348.81º35.98%64.31%-
XYZ23.5119.2619-
YUV123.9123.55156.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=42.60%
G=27.27%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410511600.360.290.36348.8124.4852.75
HexA469740241D2415d1835
Octal24415116404435445353065
Binary101001001101001111010001001001110110010010101110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46974; }

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

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

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

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

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

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

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

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