#A2686A

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

Shades of Turkish Rose #A2686A

Tints of Turkish Rose #A2686A

Color information

#A2686A (or 0xA2686A) is unknown color: approx Turkish Rose. HEX triplet: A2, 68 and 6A. RGB value is (162,104,106). Sum of RGB (Red+Green+Blue) = 162+104+106=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2686A is #5D9795. Grayscale: #797979. Windows color (decimal): -6133654 or 6973602. OLE color: 6973602.

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

Color convert

RGB162104106-
CMYK00.360.350.36
HSL357.93º23.77%52.16%-
HSV(B)357.93º35.8%63.53%-
XYZ22.4518.6216.05-
YUV121.57119.22156.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 104 (41.02% from 255) = 27.96%
BLUE value IS 106 (41.80% from 255) = 28.49%
R=43.55%
G=27.96%
B=28.49%

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
Decimal16210410600.360.350.36357.9323.7752.16
HexA2686A02423241661834
Octal24215015204443445463064
Binary1010001011010001101010010010010001110010010110011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2686A; }

 p { color: rgb(162,104,106); }

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

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

 a { background-color: rgb(162,104,106); }

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

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

 span { border-color: rgb(162,104,106); }

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