#A67580

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

Shades of Turkish Rose #A67580

Tints of Turkish Rose #A67580

Color information

#A67580 (or 0xA67580) is unknown color: approx Turkish Rose. HEX triplet: A6, 75 and 80. RGB value is (166,117,128). Sum of RGB (Red+Green+Blue) = 166+117+128=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A67580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67580 is #598A7F. Grayscale: #848484. Windows color (decimal): -5868160 or 8418726. OLE color: 8418726.

HSL color Cylindrical-coordinate representation of color #A67580: hue angle of 346.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67580 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB166117128-
CMYK00.300.230.35
HSL346.53º21.59%55.49%-
HSV(B)346.53º29.52%65.1%-
XYZ25.9822.3923.37-
YUV132.9125.23151.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=40.39%
G=28.47%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611712800.300.230.35346.5321.5955.49
HexA6758001E172315b1637
Octal24616520003627435332667
Binary101001101110101100000000111101011110001110101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67580; }

 p { color: rgb(166,117,128); }

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

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

 a { background-color: rgb(166,117,128); }

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

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

 span { border-color: rgb(166,117,128); }

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