#A15F69

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

Shades of Turkish Rose #A15F69

Tints of Turkish Rose #A15F69

Color information

#A15F69 (or 0xA15F69) is unknown color: approx Turkish Rose. HEX triplet: A1, 5F and 69. RGB value is (161,95,105). Sum of RGB (Red+Green+Blue) = 161+95+105=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15F69 is #5EA096. Grayscale: #737373. Windows color (decimal): -6201495 or 6905761. OLE color: 6905761.

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

Color convert

RGB16195105-
CMYK00.410.350.37
HSL350.91º25.98%50.2%-
HSV(B)350.91º40.99%63.14%-
XYZ21.3416.7815.48-
YUV115.87121.87160.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=44.60%
G=26.32%
B=29.09%

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
Decimal1619510500.410.350.37350.9125.9850.2
HexA15F69029232515f1a32
Octal24113715105143455373262
Binary1010000110111111101001010100110001110010110101111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F69; }

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

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

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

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

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

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

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

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