#A36375

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

Shades of Turkish Rose #A36375

Tints of Turkish Rose #A36375

Color information

#A36375 (or 0xA36375) is unknown color: approx Turkish Rose. HEX triplet: A3, 63 and 75. RGB value is (163,99,117). Sum of RGB (Red+Green+Blue) = 163+99+117=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A36375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36375 is #5C9C8A. Grayscale: #787878. Windows color (decimal): -6069387 or 7693219. OLE color: 7693219.

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

Color convert

RGB16399117-
CMYK00.390.280.36
HSL343.12º25.81%51.37%-
HSV(B)343.12º39.26%63.92%-
XYZ22.7817.9919.1-
YUV120.19126.2158.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=43.01%
G=26.12%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639911700.390.280.36343.1225.8151.37
HexA363750271C241571a33
Octal24314316504734445273263
Binary101000111100011111010101001111110010010010101011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36375; }

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

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

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

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

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

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

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

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