#A46176

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

Shades of Turkish Rose #A46176

Tints of Turkish Rose #A46176

Color information

#A46176 (or 0xA46176) is unknown color: approx Turkish Rose. HEX triplet: A4, 61 and 76. RGB value is (164,97,118). Sum of RGB (Red+Green+Blue) = 164+97+118=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A46176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46176 is #5B9E89. Grayscale: #777777. Windows color (decimal): -6004362 or 7758244. OLE color: 7758244.

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

Color convert

RGB16497118-
CMYK00.410.280.36
HSL341.19º26.91%51.18%-
HSV(B)341.19º40.85%64.31%-
XYZ22.8517.7519.36-
YUV119.43127.2159.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=43.27%
G=25.59%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649711800.410.280.36341.1926.9151.18
HexA461760291C241551b33
Octal24414116605134445253363
Binary101001001100001111011001010011110010010010101010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46176; }

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

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

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

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

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

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

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

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