#A67781

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

Shades of Turkish Rose #A67781

Tints of Turkish Rose #A67781

Color information

#A67781 (or 0xA67781) is unknown color: approx Turkish Rose. HEX triplet: A6, 77 and 81. RGB value is (166,119,129). Sum of RGB (Red+Green+Blue) = 166+119+129=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A67781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67781 is #59887E. Grayscale: #868686. Windows color (decimal): -5867647 or 8484774. OLE color: 8484774.

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

Color convert

RGB166119129-
CMYK00.280.220.35
HSL347.23º20.89%55.88%-
HSV(B)347.23º28.31%65.1%-
XYZ26.2922.8923.8-
YUV134.19125.07150.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=40.10%
G=28.74%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611912900.280.220.35347.2320.8955.88
HexA6778101C162315b1538
Octal24616720103426435332570
Binary101001101110111100000010111001011010001110101101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67781; }

 p { color: rgb(166,119,129); }

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

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

 a { background-color: rgb(166,119,129); }

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

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

 span { border-color: rgb(166,119,129); }

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