#A3696B

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

Shades of Turkish Rose #A3696B

Tints of Turkish Rose #A3696B

Color information

#A3696B (or 0xA3696B) is unknown color: approx Turkish Rose. HEX triplet: A3, 69 and 6B. RGB value is (163,105,107). Sum of RGB (Red+Green+Blue) = 163+105+107=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3696B is #5C9694. Grayscale: #7A7A7A. Windows color (decimal): -6067861 or 7039395. OLE color: 7039395.

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

Color convert

RGB163105107-
CMYK00.360.340.36
HSL357.93º23.97%52.55%-
HSV(B)357.93º35.58%63.92%-
XYZ22.8118.9516.37-
YUV122.57119.22156.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=43.47%
G=28%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310510700.360.340.36357.9323.9752.55
HexA3696B02422241661835
Octal24315115304442445463065
Binary1010001111010011101011010010010001010010010110011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3696B; }

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

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

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

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

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

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

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

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