#A36673

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

Shades of Turkish Rose #A36673

Tints of Turkish Rose #A36673

Color information

#A36673 (or 0xA36673) is unknown color: approx Turkish Rose. HEX triplet: A3, 66 and 73. RGB value is (163,102,115). Sum of RGB (Red+Green+Blue) = 163+102+115=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A36673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36673 is #5C998C. Grayscale: #797979. Windows color (decimal): -6068621 or 7562915. OLE color: 7562915.

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

Color convert

RGB163102115-
CMYK00.370.290.36
HSL347.21º24.9%51.96%-
HSV(B)347.21º37.42%63.92%-
XYZ22.9518.5318.59-
YUV121.72124.21157.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 115 (45.31% from 255) = 30.26%
R=42.89%
G=26.84%
B=30.26%

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
Decimal16310211500.370.290.36347.2124.951.96
HexA366730251D2415b1934
Octal24314616304535445333164
Binary101000111100110111001101001011110110010010101101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36673; }

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

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

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

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

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

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

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

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