#A0626F

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

Shades of Turkish Rose #A0626F

Tints of Turkish Rose #A0626F

Color information

#A0626F (or 0xA0626F) is unknown color: approx Turkish Rose. HEX triplet: A0, 62 and 6F. RGB value is (160,98,111). Sum of RGB (Red+Green+Blue) = 160+98+111=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0626F is #5F9D90. Grayscale: #767676. Windows color (decimal): -6266257 or 7299744. OLE color: 7299744.

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

Color convert

RGB16098111-
CMYK00.390.310.37
HSL347.42º24.6%50.59%-
HSV(B)347.42º38.75%62.75%-
XYZ21.7317.3617.24-
YUV118.02124.04157.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=43.36%
G=26.56%
B=30.08%

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
Decimal1609811100.390.310.37347.4224.650.59
HexA0626F0271F2515b1933
Octal24014215704737455333163
Binary101000001100010110111101001111111110010110101101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0626F; }

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

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

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

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

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

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

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

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