#A26579

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

Shades of Turkish Rose #A26579

Tints of Turkish Rose #A26579

Color information

#A26579 (or 0xA26579) is unknown color: approx Turkish Rose. HEX triplet: A2, 65 and 79. RGB value is (162,101,121). Sum of RGB (Red+Green+Blue) = 162+101+121=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A26579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26579 is #5D9A86. Grayscale: #797979. Windows color (decimal): -6134407 or 7955874. OLE color: 7955874.

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

Color convert

RGB162101121-
CMYK00.380.250.36
HSL340.33º24.7%51.57%-
HSV(B)340.33º37.65%63.53%-
XYZ23.0118.3720.42-
YUV121.52127.71156.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=42.19%
G=26.30%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210112100.380.250.36340.3324.751.57
HexA2657902619241541934
Octal24214517104631445243164
Binary101000101100101111100101001101100110010010101010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26579; }

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

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

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

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

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

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

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

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