#A26170

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

Shades of Turkish Rose #A26170

Tints of Turkish Rose #A26170

Color information

#A26170 (or 0xA26170) is unknown color: approx Turkish Rose. HEX triplet: A2, 61 and 70. RGB value is (162,97,112). Sum of RGB (Red+Green+Blue) = 162+97+112=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A26170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26170 is #5D9E8F. Grayscale: #767676. Windows color (decimal): -6135440 or 7365026. OLE color: 7365026.

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

Color convert

RGB16297112-
CMYK00.400.310.36
HSL346.15º25.9%50.78%-
HSV(B)346.15º40.12%63.53%-
XYZ22.117.417.52-
YUV118.14124.53159.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=43.67%
G=26.15%
B=30.19%

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
Decimal1629711200.400.310.36346.1525.950.78
HexA261700281F2415a1a33
Octal24214116005037445323263
Binary101000101100001111000001010001111110010010101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26170; }

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

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

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

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

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

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

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

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