#A36869

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

Shades of Turkish Rose #A36869

Tints of Turkish Rose #A36869

Color information

#A36869 (or 0xA36869) is unknown color: approx Turkish Rose. HEX triplet: A3, 68 and 69. RGB value is (163,104,105). Sum of RGB (Red+Green+Blue) = 163+104+105=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A36869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36869 is #5C9796. Grayscale: #797979. Windows color (decimal): -6068119 or 6908067. OLE color: 6908067.

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

Color convert

RGB163104105-
CMYK00.360.360.36
HSL358.98º24.28%52.35%-
HSV(B)358.98º36.2%63.92%-
XYZ22.618.7115.78-
YUV121.76118.55157.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 104 (41.02% from 255) = 27.96%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=43.82%
G=27.96%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310410500.360.360.36358.9824.2852.35
HexA3686902424241671834
Octal24315015104444445473064
Binary1010001111010001101001010010010010010010010110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36869; }

 p { color: rgb(163,104,105); }

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

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

 a { background-color: rgb(163,104,105); }

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

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

 span { border-color: rgb(163,104,105); }

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