#A46378

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

Shades of Turkish Rose #A46378

Tints of Turkish Rose #A46378

Color information

#A46378 (or 0xA46378) is unknown color: approx Turkish Rose. HEX triplet: A4, 63 and 78. RGB value is (164,99,120). Sum of RGB (Red+Green+Blue) = 164+99+120=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A46378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46378 is #5B9C87. Grayscale: #787878. Windows color (decimal): -6003848 or 7889828. OLE color: 7889828.

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

Color convert

RGB16499120-
CMYK00.400.270.36
HSL340.62º26.32%51.57%-
HSV(B)340.62º39.63%64.31%-
XYZ23.1618.1720.06-
YUV120.83127.53158.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=42.82%
G=25.85%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649912000.400.270.36340.6226.3251.57
HexA463780281B241551a34
Octal24414317005033445253264
Binary101001001100011111100001010001101110010010101010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46378; }

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

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

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

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

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

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

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

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