#A0626E

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

Shades of Turkish Rose #A0626E

Tints of Turkish Rose #A0626E

Color information

#A0626E (or 0xA0626E) is unknown color: approx Turkish Rose. HEX triplet: A0, 62 and 6E. RGB value is (160,98,110). Sum of RGB (Red+Green+Blue) = 160+98+110=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0626E is #5F9D91. Grayscale: #757575. Windows color (decimal): -6266258 or 7234208. OLE color: 7234208.

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

Color convert

RGB16098110-
CMYK00.390.310.37
HSL348.39º24.6%50.59%-
HSV(B)348.39º38.75%62.75%-
XYZ21.6817.3316.96-
YUV117.91123.54158.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=43.48%
G=26.63%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609811000.390.310.37348.3924.650.59
HexA0626E0271F2515c1933
Octal24014215604737455343163
Binary101000001100010110111001001111111110010110101110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0626E; }

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

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

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

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

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

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

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

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