#A67680

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

Shades of Turkish Rose #A67680

Tints of Turkish Rose #A67680

Color information

#A67680 (or 0xA67680) is unknown color: approx Turkish Rose. HEX triplet: A6, 76 and 80. RGB value is (166,118,128). Sum of RGB (Red+Green+Blue) = 166+118+128=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A67680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67680 is #59897F. Grayscale: #858585. Windows color (decimal): -5867904 or 8418982. OLE color: 8418982.

HSL color Cylindrical-coordinate representation of color #A67680: hue angle of 347.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A67680 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB166118128-
CMYK00.290.230.35
HSL347.5º21.24%55.69%-
HSV(B)347.5º28.92%65.1%-
XYZ26.122.6223.41-
YUV133.49124.9151.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 118 (46.48% from 255) = 28.64%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=40.29%
G=28.64%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611812800.290.230.35347.521.2455.69
HexA6768001D172315c1538
Octal24616620003527435342570
Binary101001101110110100000000111011011110001110101110010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67680; }

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

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

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

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

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

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

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

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