#A36070

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

Shades of Turkish Rose #A36070

Tints of Turkish Rose #A36070

Color information

#A36070 (or 0xA36070) is unknown color: approx Turkish Rose. HEX triplet: A3, 60 and 70. RGB value is (163,96,112). Sum of RGB (Red+Green+Blue) = 163+96+112=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A36070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36070 is #5C9F8F. Grayscale: #757575. Windows color (decimal): -6070160 or 7364771. OLE color: 7364771.

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

Color convert

RGB16396112-
CMYK00.410.310.36
HSL345.67º26.69%50.78%-
HSV(B)345.67º41.1%63.92%-
XYZ22.2117.3217.5-
YUV117.86124.7160.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=43.94%
G=25.88%
B=30.19%

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
Decimal1639611200.410.310.36345.6726.6950.78
HexA360700291F2415a1b33
Octal24314016005137445323363
Binary101000111100000111000001010011111110010010101101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36070; }

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

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

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

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

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

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

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

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