#A36069

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

Shades of Turkish Rose #A36069

Tints of Turkish Rose #A36069

Color information

#A36069 (or 0xA36069) is unknown color: approx Turkish Rose. HEX triplet: A3, 60 and 69. RGB value is (163,96,105). Sum of RGB (Red+Green+Blue) = 163+96+105=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A36069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36069 is #5C9F96. Grayscale: #757575. Windows color (decimal): -6070167 or 6906019. OLE color: 6906019.

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

Color convert

RGB16396105-
CMYK00.410.360.36
HSL351.94º26.69%50.78%-
HSV(B)351.94º41.1%63.92%-
XYZ21.8417.1715.53-
YUV117.06121.2160.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=44.78%
G=26.37%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639610500.410.360.36351.9426.6950.78
HexA3606902924241601b33
Octal24314015105144445403363
Binary1010001111000001101001010100110010010010010110000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36069; }

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

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

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

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

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

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

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

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