#A3696A

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

Shades of Turkish Rose #A3696A

Tints of Turkish Rose #A3696A

Color information

#A3696A (or 0xA3696A) is unknown color: approx Turkish Rose. HEX triplet: A3, 69 and 6A. RGB value is (163,105,106). Sum of RGB (Red+Green+Blue) = 163+105+106=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3696A is #5C9695. Grayscale: #7A7A7A. Windows color (decimal): -6067862 or 6973859. OLE color: 6973859.

HSL color Cylindrical-coordinate representation of color #A3696A: hue angle of 358.97º 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 #A3696A is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB163105106-
CMYK00.360.350.36
HSL358.97º23.97%52.55%-
HSV(B)358.97º35.58%63.92%-
XYZ22.7618.9316.09-
YUV122.46118.72156.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=43.58%
G=28.07%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310510600.360.350.36358.9723.9752.55
HexA3696A02423241671835
Octal24315115204443445473065
Binary1010001111010011101010010010010001110010010110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3696A; }

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

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

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

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

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

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

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

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