#A36773

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

Shades of Turkish Rose #A36773

Tints of Turkish Rose #A36773

Color information

#A36773 (or 0xA36773) is unknown color: approx Turkish Rose. HEX triplet: A3, 67 and 73. RGB value is (163,103,115). Sum of RGB (Red+Green+Blue) = 163+103+115=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A36773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36773 is #5C988C. Grayscale: #7A7A7A. Windows color (decimal): -6068365 or 7563171. OLE color: 7563171.

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

Color convert

RGB163103115-
CMYK00.370.290.36
HSL348º24.59%52.16%-
HSV(B)348º36.81%63.92%-
XYZ23.0518.7218.62-
YUV122.31123.88157.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=42.78%
G=27.03%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310311500.370.290.3634824.5952.16
HexA367730251D2415c1934
Octal24314716304535445343164
Binary101000111100111111001101001011110110010010101110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36773; }

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

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

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

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

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

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

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

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