#A26471

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

Shades of Turkish Rose #A26471

Tints of Turkish Rose #A26471

Color information

#A26471 (or 0xA26471) is unknown color: approx Turkish Rose. HEX triplet: A2, 64 and 71. RGB value is (162,100,113). Sum of RGB (Red+Green+Blue) = 162+100+113=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A26471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26471 is #5D9B8E. Grayscale: #787878. Windows color (decimal): -6134671 or 7431330. OLE color: 7431330.

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

Color convert

RGB162100113-
CMYK00.380.300.36
HSL347.42º25%51.37%-
HSV(B)347.42º38.27%63.53%-
XYZ22.4417.9917.91-
YUV120.02124.04157.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=43.2%
G=26.67%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210011300.380.300.36347.422551.37
HexA264710261E2415b1933
Octal24214416104636445333163
Binary101000101100100111000101001101111010010010101101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26471; }

 p { color: rgb(162,100,113); }

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

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

 a { background-color: rgb(162,100,113); }

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

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

 span { border-color: rgb(162,100,113); }

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