#A1626C

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

Shades of Turkish Rose #A1626C

Tints of Turkish Rose #A1626C

Color information

#A1626C (or 0xA1626C) is unknown color: approx Turkish Rose. HEX triplet: A1, 62 and 6C. RGB value is (161,98,108). Sum of RGB (Red+Green+Blue) = 161+98+108=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1626C is #5E9D93. Grayscale: #767676. Windows color (decimal): -6200724 or 7103137. OLE color: 7103137.

HSL color Cylindrical-coordinate representation of color #A1626C: hue angle of 350.48º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1626C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB16198108-
CMYK00.390.330.37
HSL350.48º25.1%50.78%-
HSV(B)350.48º39.13%63.14%-
XYZ21.7717.416.4-
YUV117.98122.37158.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=43.87%
G=26.70%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619810800.390.330.37350.4825.150.78
HexA1626C027212515e1933
Octal24114215404741455363163
Binary1010000111000101101100010011110000110010110101111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1626C; }

 p { color: rgb(161,98,108); }

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

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

 a { background-color: rgb(161,98,108); }

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

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

 span { border-color: rgb(161,98,108); }

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