#A26F75

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

Shades of Turkish Rose #A26F75

Tints of Turkish Rose #A26F75

Color information

#A26F75 (or 0xA26F75) is unknown color: approx Turkish Rose. HEX triplet: A2, 6F and 75. RGB value is (162,111,117). Sum of RGB (Red+Green+Blue) = 162+111+117=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26F75 is #5D908A. Grayscale: #7E7E7E. Windows color (decimal): -6131851 or 7696290. OLE color: 7696290.

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

Color convert

RGB162111117-
CMYK00.310.280.36
HSL352.94º21.52%53.53%-
HSV(B)352.94º31.48%63.53%-
XYZ23.820.3319.5-
YUV126.93122.4153.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 111 (43.75% from 255) = 28.46%
BLUE value IS 117 (46.09% from 255) = 30%
R=41.54%
G=28.46%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211111700.310.280.36352.9421.5253.53
HexA26F7501F1C241611636
Octal24215716503734445412666
Binary10100010110111111101010111111110010010010110000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F75; }

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

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

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

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

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

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

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

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