#A1626D

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

Shades of Turkish Rose #A1626D

Tints of Turkish Rose #A1626D

Color information

#A1626D (or 0xA1626D) is unknown color: approx Turkish Rose. HEX triplet: A1, 62 and 6D. RGB value is (161,98,109). Sum of RGB (Red+Green+Blue) = 161+98+109=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1626D is #5E9D92. Grayscale: #767676. Windows color (decimal): -6200723 or 7168673. OLE color: 7168673.

HSL color Cylindrical-coordinate representation of color #A1626D: hue angle of 349.52º 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 #A1626D is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16198109-
CMYK00.390.320.37
HSL349.52º25.1%50.78%-
HSV(B)349.52º39.13%63.14%-
XYZ21.8317.4216.68-
YUV118.09122.87158.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=43.75%
G=26.63%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619810900.390.320.37349.5225.150.78
HexA1626D027202515e1933
Octal24114215504740455363163
Binary1010000111000101101101010011110000010010110101111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1626D; }

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

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

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

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

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

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

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

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