#A36576

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

Shades of Turkish Rose #A36576

Tints of Turkish Rose #A36576

Color information

#A36576 (or 0xA36576) is unknown color: approx Turkish Rose. HEX triplet: A3, 65 and 76. RGB value is (163,101,118). Sum of RGB (Red+Green+Blue) = 163+101+118=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A36576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36576 is #5C9A89. Grayscale: #797979. Windows color (decimal): -6068874 or 7759267. OLE color: 7759267.

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

Color convert

RGB163101118-
CMYK00.380.280.36
HSL343.55º25.2%51.76%-
HSV(B)343.55º38.04%63.92%-
XYZ23.0318.419.48-
YUV121.48126.04157.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=42.67%
G=26.44%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310111800.380.280.36343.5525.251.76
HexA365760261C241581934
Octal24314516604634445303164
Binary101000111100101111011001001101110010010010101100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36576; }

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

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

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

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

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

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

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

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