#A26F72

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

Shades of Turkish Rose #A26F72

Tints of Turkish Rose #A26F72

Color information

#A26F72 (or 0xA26F72) is unknown color: approx Turkish Rose. HEX triplet: A2, 6F and 72. RGB value is (162,111,114). Sum of RGB (Red+Green+Blue) = 162+111+114=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26F72 is #5D908D. Grayscale: #7E7E7E. Windows color (decimal): -6131854 or 7499682. OLE color: 7499682.

HSL color Cylindrical-coordinate representation of color #A26F72: hue angle of 356.47º 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 #A26F72 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162111114-
CMYK00.310.300.36
HSL356.47º21.52%53.53%-
HSV(B)356.47º31.48%63.53%-
XYZ23.6220.2718.59-
YUV126.59120.9153.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 111 (43.75% from 255) = 28.68%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=41.86%
G=28.68%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211111400.310.300.36356.4721.5253.53
HexA26F7201F1E241641636
Octal24215716203736445442666
Binary10100010110111111100100111111111010010010110010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F72; }

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

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

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

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

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

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

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

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