#A26F79

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

Shades of Turkish Rose #A26F79

Tints of Turkish Rose #A26F79

Color information

#A26F79 (or 0xA26F79) is unknown color: approx Turkish Rose. HEX triplet: A2, 6F and 79. RGB value is (162,111,121). Sum of RGB (Red+Green+Blue) = 162+111+121=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26F79 is #5D9086. Grayscale: #7F7F7F. Windows color (decimal): -6131847 or 7958434. OLE color: 7958434.

HSL color Cylindrical-coordinate representation of color #A26F79: hue angle of 348.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A26F79 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB162111121-
CMYK00.310.250.36
HSL348.24º21.52%53.53%-
HSV(B)348.24º31.48%63.53%-
XYZ24.0420.4320.77-
YUV127.39124.4152.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=41.12%
G=28.17%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211112100.310.250.36348.2421.5253.53
HexA26F7901F192415c1636
Octal24215717103731445342666
Binary10100010110111111110010111111100110010010101110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F79; }

 p { color: rgb(162,111,121); }

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

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

 a { background-color: rgb(162,111,121); }

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

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

 span { border-color: rgb(162,111,121); }

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