#A26270

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

Shades of Turkish Rose #A26270

Tints of Turkish Rose #A26270

Color information

#A26270 (or 0xA26270) is unknown color: approx Turkish Rose. HEX triplet: A2, 62 and 70. RGB value is (162,98,112). Sum of RGB (Red+Green+Blue) = 162+98+112=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A26270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26270 is #5D9D8F. Grayscale: #767676. Windows color (decimal): -6135184 or 7365282. OLE color: 7365282.

HSL color Cylindrical-coordinate representation of color #A26270: hue angle of 346.88º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A26270 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16298112-
CMYK00.400.310.36
HSL346.88º25.6%50.98%-
HSV(B)346.88º39.51%63.53%-
XYZ22.1917.5917.55-
YUV118.73124.2158.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 112 (44.14% from 255) = 30.11%
R=43.55%
G=26.34%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629811200.400.310.36346.8825.650.98
HexA262700281F2415b1a33
Octal24214216005037445333263
Binary101000101100010111000001010001111110010010101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26270; }

 p { color: rgb(162,98,112); }

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

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

 a { background-color: rgb(162,98,112); }

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

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

 span { border-color: rgb(162,98,112); }

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