#A56378

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

Shades of Turkish Rose #A56378

Tints of Turkish Rose #A56378

Color information

#A56378 (or 0xA56378) is unknown color: approx Turkish Rose. HEX triplet: A5, 63 and 78. RGB value is (165,99,120). Sum of RGB (Red+Green+Blue) = 165+99+120=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A56378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56378 is #5A9C87. Grayscale: #797979. Windows color (decimal): -5938312 or 7889829. OLE color: 7889829.

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

Color convert

RGB16599120-
CMYK00.400.270.35
HSL340.91º26.83%51.76%-
HSV(B)340.91º40%64.71%-
XYZ23.3718.2820.07-
YUV121.13127.37159.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=42.97%
G=25.78%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659912000.400.270.35340.9126.8351.76
HexA563780281B231551b34
Octal24514317005033435253364
Binary101001011100011111100001010001101110001110101010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56378; }

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

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

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

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

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

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

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

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