#A36071

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

Shades of Turkish Rose #A36071

Tints of Turkish Rose #A36071

Color information

#A36071 (or 0xA36071) is unknown color: approx Turkish Rose. HEX triplet: A3, 60 and 71. RGB value is (163,96,113). Sum of RGB (Red+Green+Blue) = 163+96+113=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A36071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36071 is #5C9F8E. Grayscale: #757575. Windows color (decimal): -6070159 or 7430307. OLE color: 7430307.

HSL color Cylindrical-coordinate representation of color #A36071: hue angle of 344.78º 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 #A36071 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16396113-
CMYK00.410.310.36
HSL344.78º26.69%50.78%-
HSV(B)344.78º41.1%63.92%-
XYZ22.2717.3417.8-
YUV117.97125.2160.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=43.82%
G=25.81%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639611300.410.310.36344.7826.6950.78
HexA360710291F241591b33
Octal24314016105137445313363
Binary101000111100000111000101010011111110010010101100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36071; }

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

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

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

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

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

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

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

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