#A36C6D

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

Shades of Turkish Rose #A36C6D

Tints of Turkish Rose #A36C6D

Color information

#A36C6D (or 0xA36C6D) is unknown color: approx Turkish Rose. HEX triplet: A3, 6C and 6D. RGB value is (163,108,109). Sum of RGB (Red+Green+Blue) = 163+108+109=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36C6D is #5C9392. Grayscale: #7C7C7C. Windows color (decimal): -6067091 or 7171235. OLE color: 7171235.

HSL color Cylindrical-coordinate representation of color #A36C6D: hue angle of 358.91º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A36C6D is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB163108109-
CMYK00.340.330.36
HSL358.91º23.01%53.14%-
HSV(B)358.91º33.74%63.92%-
XYZ23.2319.6217.03-
YUV124.56119.22155.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=42.89%
G=28.42%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310810900.340.330.36358.9123.0153.14
HexA36C6D02221241671735
Octal24315415504241445472765
Binary1010001111011001101101010001010000110010010110011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C6D; }

 p { color: rgb(163,108,109); }

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

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

 a { background-color: rgb(163,108,109); }

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

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

 span { border-color: rgb(163,108,109); }

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