#A15F68

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

Shades of Turkish Rose #A15F68

Tints of Turkish Rose #A15F68

Color information

#A15F68 (or 0xA15F68) is unknown color: approx Turkish Rose. HEX triplet: A1, 5F and 68. RGB value is (161,95,104). Sum of RGB (Red+Green+Blue) = 161+95+104=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15F68 is #5EA097. Grayscale: #737373. Windows color (decimal): -6201496 or 6840225. OLE color: 6840225.

HSL color Cylindrical-coordinate representation of color #A15F68: hue angle of 351.82º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A15F68 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB16195104-
CMYK00.410.350.37
HSL351.82º25.98%50.2%-
HSV(B)351.82º40.99%63.14%-
XYZ21.2916.7615.21-
YUV115.76121.37160.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 104 (41.02% from 255) = 28.89%
R=44.72%
G=26.39%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619510400.410.350.37351.8225.9850.2
HexA15F6802923251601a32
Octal24113715005143455403262
Binary1010000110111111101000010100110001110010110110000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F68; }

 p { color: rgb(161,95,104); }

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

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

 a { background-color: rgb(161,95,104); }

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

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

 span { border-color: rgb(161,95,104); }

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