#a5686e

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

Shades of Turkish Rose #A5686E

Tints of Turkish Rose #A5686E

Color information

#A5686E (or 0xA5686E) is unknown color: approx Turkish Rose. HEX triplet: A5, 68 and 6E. RGB value is (165,104,110). Sum of RGB (Red+Green+Blue) = 165+104+110=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5686E is #5A9791. Grayscale: #7A7A7A. Windows color (decimal): -5937042 or 7235749. OLE color: 7235749.

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

Color convert

RGB165104110-
CMYK00.370.330.35
HSL354.1º25.31%52.75%-
HSV(B)354.1º36.97%64.71%-
XYZ23.2819.0317.2-
YUV122.92120.71158.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=43.54%
G=27.44%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510411000.370.330.35354.125.3152.75
HexA5686E02521231621935
Octal24515015604541435423165
Binary1010010111010001101110010010110000110001110110001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5686e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5686e; }

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

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

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

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

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

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

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

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