#A36778

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

Shades of Turkish Rose #A36778

Tints of Turkish Rose #A36778

Color information

#A36778 (or 0xA36778) is unknown color: approx Turkish Rose. HEX triplet: A3, 67 and 78. RGB value is (163,103,120). Sum of RGB (Red+Green+Blue) = 163+103+120=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A36778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36778 is #5C9887. Grayscale: #7A7A7A. Windows color (decimal): -6068360 or 7890851. OLE color: 7890851.

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

Color convert

RGB163103120-
CMYK00.370.260.36
HSL343º24.59%52.16%-
HSV(B)343º36.81%63.92%-
XYZ23.3418.8420.18-
YUV122.88126.38156.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=42.23%
G=26.68%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310312000.370.260.3634324.5952.16
HexA367780251A241571934
Octal24314717004532445273164
Binary101000111100111111100001001011101010010010101011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36778; }

 p { color: rgb(163,103,120); }

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

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

 a { background-color: rgb(163,103,120); }

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

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

 span { border-color: rgb(163,103,120); }

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