#A36064

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

Shades of Turkish Rose #A36064

Tints of Turkish Rose #A36064

Color information

#A36064 (or 0xA36064) is unknown color: approx Turkish Rose. HEX triplet: A3, 60 and 64. RGB value is (163,96,100). Sum of RGB (Red+Green+Blue) = 163+96+100=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A36064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36064 is #5C9F9B. Grayscale: #747474. Windows color (decimal): -6070172 or 6578339. OLE color: 6578339.

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

Color convert

RGB16396100-
CMYK00.410.390.36
HSL356.42º26.69%50.78%-
HSV(B)356.42º41.1%63.92%-
XYZ21.5917.0714.21-
YUV116.49118.7161.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=45.40%
G=26.74%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639610000.410.390.36356.4226.6950.78
HexA3606402927241641b33
Octal24314014405147445443363
Binary1010001111000001100100010100110011110010010110010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36064; }

 p { color: rgb(163,96,100); }

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

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

 a { background-color: rgb(163,96,100); }

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

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

 span { border-color: rgb(163,96,100); }

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