#A46774

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

Shades of Turkish Rose #A46774

Tints of Turkish Rose #A46774

Color information

#A46774 (or 0xA46774) is unknown color: approx Turkish Rose. HEX triplet: A4, 67 and 74. RGB value is (164,103,116). Sum of RGB (Red+Green+Blue) = 164+103+116=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A46774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46774 is #5B988B. Grayscale: #7A7A7A. Windows color (decimal): -6002828 or 7628708. OLE color: 7628708.

HSL color Cylindrical-coordinate representation of color #A46774: hue angle of 347.21º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46774 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB164103116-
CMYK00.370.290.36
HSL347.21º25.1%52.35%-
HSV(B)347.21º37.2%64.31%-
XYZ23.3118.8518.93-
YUV122.72124.21157.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=42.82%
G=26.89%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410311600.370.290.36347.2125.152.35
HexA467740251D2415b1934
Octal24414716404535445333164
Binary101001001100111111010001001011110110010010101101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46774; }

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

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

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

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

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

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

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

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