#A36273

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

Shades of Turkish Rose #A36273

Tints of Turkish Rose #A36273

Color information

#A36273 (or 0xA36273) is unknown color: approx Turkish Rose. HEX triplet: A3, 62 and 73. RGB value is (163,98,115). Sum of RGB (Red+Green+Blue) = 163+98+115=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A36273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36273 is #5C9D8C. Grayscale: #777777. Windows color (decimal): -6069645 or 7561891. OLE color: 7561891.

HSL color Cylindrical-coordinate representation of color #A36273: hue angle of 344.31º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A36273 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16398115-
CMYK00.400.290.36
HSL344.31º26.1%51.18%-
HSV(B)344.31º39.88%63.92%-
XYZ22.5717.7618.46-
YUV119.37125.53159.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=43.35%
G=26.06%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639811500.400.290.36344.3126.151.18
HexA362730281D241581a33
Octal24314216305035445303263
Binary101000111100010111001101010001110110010010101100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36273; }

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

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

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

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

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

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

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

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