#A26570

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

Shades of Turkish Rose #A26570

Tints of Turkish Rose #A26570

Color information

#A26570 (or 0xA26570) is unknown color: approx Turkish Rose. HEX triplet: A2, 65 and 70. RGB value is (162,101,112). Sum of RGB (Red+Green+Blue) = 162+101+112=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A26570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26570 is #5D9A8F. Grayscale: #787878. Windows color (decimal): -6134416 or 7366050. OLE color: 7366050.

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

Color convert

RGB162101112-
CMYK00.380.310.36
HSL349.18º24.7%51.57%-
HSV(B)349.18º37.65%63.53%-
XYZ22.4818.1617.65-
YUV120.49123.21157.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=43.2%
G=26.93%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210111200.380.310.36349.1824.751.57
HexA265700261F2415d1934
Octal24214516004637445353164
Binary101000101100101111000001001101111110010010101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26570; }

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

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

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

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

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

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

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

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