#A1626E

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

Shades of Turkish Rose #A1626E

Tints of Turkish Rose #A1626E

Color information

#A1626E (or 0xA1626E) is unknown color: approx Turkish Rose. HEX triplet: A1, 62 and 6E. RGB value is (161,98,110). Sum of RGB (Red+Green+Blue) = 161+98+110=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1626E is #5E9D91. Grayscale: #767676. Windows color (decimal): -6200722 or 7234209. OLE color: 7234209.

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

Color convert

RGB16198110-
CMYK00.390.320.37
HSL348.57º25.1%50.78%-
HSV(B)348.57º39.13%63.14%-
XYZ21.8817.4416.96-
YUV118.2123.37158.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=43.63%
G=26.56%
B=29.81%

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
Decimal1619811000.390.320.37348.5725.150.78
HexA1626E027202515d1933
Octal24114215604740455353163
Binary1010000111000101101110010011110000010010110101110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1626E; }

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

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

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

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

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

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

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

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