#A36575

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

Shades of Turkish Rose #A36575

Tints of Turkish Rose #A36575

Color information

#A36575 (or 0xA36575) is unknown color: approx Turkish Rose. HEX triplet: A3, 65 and 75. RGB value is (163,101,117). Sum of RGB (Red+Green+Blue) = 163+101+117=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A36575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36575 is #5C9A8A. Grayscale: #797979. Windows color (decimal): -6068875 or 7693731. OLE color: 7693731.

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

Color convert

RGB163101117-
CMYK00.380.280.36
HSL344.52º25.2%51.76%-
HSV(B)344.52º38.04%63.92%-
XYZ22.9718.3819.17-
YUV121.36125.54157.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=42.78%
G=26.51%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310111700.380.280.36344.5225.251.76
HexA365750261C241591934
Octal24314516504634445313164
Binary101000111100101111010101001101110010010010101100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36575; }

 p { color: rgb(163,101,117); }

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

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

 a { background-color: rgb(163,101,117); }

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

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

 span { border-color: rgb(163,101,117); }

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