#A56476

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

Shades of Turkish Rose #A56476

Tints of Turkish Rose #A56476

Color information

#A56476 (or 0xA56476) is unknown color: approx Turkish Rose. HEX triplet: A5, 64 and 76. RGB value is (165,100,118). Sum of RGB (Red+Green+Blue) = 165+100+118=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A56476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56476 is #5A9B89. Grayscale: #797979. Windows color (decimal): -5938058 or 7759013. OLE color: 7759013.

HSL color Cylindrical-coordinate representation of color #A56476: hue angle of 343.38º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56476 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB165100118-
CMYK00.390.280.35
HSL343.38º26.53%51.96%-
HSV(B)343.38º39.39%64.71%-
XYZ23.3418.4219.46-
YUV121.49126.03159.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=43.08%
G=26.11%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510011800.390.280.35343.3826.5351.96
HexA564760271C231571b34
Octal24514416604734435273364
Binary101001011100100111011001001111110010001110101011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56476; }

 p { color: rgb(165,100,118); }

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

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

 a { background-color: rgb(165,100,118); }

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

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

 span { border-color: rgb(165,100,118); }

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