#A56371

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

Shades of Turkish Rose #A56371

Tints of Turkish Rose #A56371

Color information

#A56371 (or 0xA56371) is unknown color: approx Turkish Rose. HEX triplet: A5, 63 and 71. RGB value is (165,99,113). Sum of RGB (Red+Green+Blue) = 165+99+113=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A56371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56371 is #5A9C8E. Grayscale: #787878. Windows color (decimal): -5938319 or 7431077. OLE color: 7431077.

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

Color convert

RGB16599113-
CMYK00.400.320.35
HSL347.27º26.83%51.76%-
HSV(B)347.27º40%64.71%-
XYZ22.9618.1217.91-
YUV120.33123.87159.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=43.77%
G=26.26%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659911300.400.320.35347.2726.8351.76
HexA56371028202315b1b34
Octal24514316105040435333364
Binary1010010111000111110001010100010000010001110101101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56371; }

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

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

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

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

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

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

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

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