#A5686B

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

Shades of Turkish Rose #A5686B

Tints of Turkish Rose #A5686B

Color information

#A5686B (or 0xA5686B) is unknown color: approx Turkish Rose. HEX triplet: A5, 68 and 6B. RGB value is (165,104,107). Sum of RGB (Red+Green+Blue) = 165+104+107=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5686B is #5A9794. Grayscale: #7A7A7A. Windows color (decimal): -5937045 or 7039141. OLE color: 7039141.

HSL color Cylindrical-coordinate representation of color #A5686B: hue angle of 357.05º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5686B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB165104107-
CMYK00.370.350.35
HSL357.05º25.31%52.75%-
HSV(B)357.05º36.97%64.71%-
XYZ23.1218.9616.35-
YUV122.58119.21158.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=43.88%
G=27.66%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510410700.370.350.35357.0525.3152.75
HexA5686B02523231651935
Octal24515015304543435453165
Binary1010010111010001101011010010110001110001110110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5686B; }

 p { color: rgb(165,104,107); }

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

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

 a { background-color: rgb(165,104,107); }

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

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

 span { border-color: rgb(165,104,107); }

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