#A36365

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

Shades of Turkish Rose #A36365

Tints of Turkish Rose #A36365

Color information

#A36365 (or 0xA36365) is unknown color: approx Turkish Rose. HEX triplet: A3, 63 and 65. RGB value is (163,99,101). Sum of RGB (Red+Green+Blue) = 163+99+101=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A36365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36365 is #5C9C9A. Grayscale: #767676. Windows color (decimal): -6069403 or 6644643. OLE color: 6644643.

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

Color convert

RGB16399101-
CMYK00.390.380.36
HSL358.12º25.81%51.37%-
HSV(B)358.12º39.26%63.92%-
XYZ21.9217.6514.56-
YUV118.36118.2159.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=44.90%
G=27.27%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639910100.390.380.36358.1225.8151.37
HexA3636502726241661a33
Octal24314314504746445463263
Binary1010001111000111100101010011110011010010010110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36365; }

 p { color: rgb(163,99,101); }

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

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

 a { background-color: rgb(163,99,101); }

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

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

 span { border-color: rgb(163,99,101); }

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