#A46174

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

Shades of Turkish Rose #A46174

Tints of Turkish Rose #A46174

Color information

#A46174 (or 0xA46174) is unknown color: approx Turkish Rose. HEX triplet: A4, 61 and 74. RGB value is (164,97,116). Sum of RGB (Red+Green+Blue) = 164+97+116=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A46174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46174 is #5B9E8B. Grayscale: #777777. Windows color (decimal): -6004364 or 7627172. OLE color: 7627172.

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

Color convert

RGB16497116-
CMYK00.410.290.36
HSL342.99º26.91%51.18%-
HSV(B)342.99º40.85%64.31%-
XYZ22.7417.718.74-
YUV119.2126.2159.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=43.50%
G=25.73%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649711600.410.290.36342.9926.9151.18
HexA461740291D241571b33
Octal24414116405135445273363
Binary101001001100001111010001010011110110010010101011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46174; }

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

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

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

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

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

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

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

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