#a36876

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

Shades of Turkish Rose #A36876

Tints of Turkish Rose #A36876

Color information

#A36876 (or 0xA36876) is unknown color: approx Turkish Rose. HEX triplet: A3, 68 and 76. RGB value is (163,104,118). Sum of RGB (Red+Green+Blue) = 163+104+118=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A36876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36876 is #5C9789. Grayscale: #7B7B7B. Windows color (decimal): -6068106 or 7760035. OLE color: 7760035.

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

Color convert

RGB163104118-
CMYK00.360.280.36
HSL345.76º24.28%52.35%-
HSV(B)345.76º36.2%63.92%-
XYZ23.321919.58-
YUV123.24125.05156.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=42.34%
G=27.01%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310411800.360.280.36345.7624.2852.35
HexA368760241C2415a1834
Octal24315016604434445323064
Binary101000111101000111011001001001110010010010101101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36876; }

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

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

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

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

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

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

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

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