#A36873

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

Shades of Turkish Rose #A36873

Tints of Turkish Rose #A36873

Color information

#A36873 (or 0xA36873) is unknown color: approx Turkish Rose. HEX triplet: A3, 68 and 73. RGB value is (163,104,115). Sum of RGB (Red+Green+Blue) = 163+104+115=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A36873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36873 is #5C978C. Grayscale: #7A7A7A. Windows color (decimal): -6068109 or 7563427. OLE color: 7563427.

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

Color convert

RGB163104115-
CMYK00.360.290.36
HSL348.81º24.28%52.35%-
HSV(B)348.81º36.2%63.92%-
XYZ23.1518.9218.65-
YUV122.9123.55156.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=42.67%
G=27.23%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310411500.360.290.36348.8124.2852.35
HexA368730241D2415d1834
Octal24315016304435445353064
Binary101000111101000111001101001001110110010010101110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36873; }

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

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

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

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

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

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

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

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