#A56471

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

Shades of Turkish Rose #A56471

Tints of Turkish Rose #A56471

Color information

#A56471 (or 0xA56471) is unknown color: approx Turkish Rose. HEX triplet: A5, 64 and 71. RGB value is (165,100,113). Sum of RGB (Red+Green+Blue) = 165+100+113=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A56471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56471 is #5A9B8E. Grayscale: #787878. Windows color (decimal): -5938063 or 7431333. OLE color: 7431333.

HSL color Cylindrical-coordinate representation of color #A56471: hue angle of 348º 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 #A56471 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165100113-
CMYK00.390.320.35
HSL348º26.53%51.96%-
HSV(B)348º39.39%64.71%-
XYZ23.0518.3117.94-
YUV120.92123.53159.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 100 (39.45% from 255) = 26.46%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=43.65%
G=26.46%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510011300.390.320.3534826.5351.96
HexA56471027202315c1b34
Octal24514416104740435343364
Binary1010010111001001110001010011110000010001110101110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56471; }

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

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

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

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

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

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

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

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