#A67778

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

Shades of Turkish Rose #A67778

Tints of Turkish Rose #A67778

Color information

#A67778 (or 0xA67778) is unknown color: approx Turkish Rose. HEX triplet: A6, 77 and 78. RGB value is (166,119,120). Sum of RGB (Red+Green+Blue) = 166+119+120=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A67778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67778 is #598887. Grayscale: #858585. Windows color (decimal): -5867656 or 7894950. OLE color: 7894950.

HSL color Cylindrical-coordinate representation of color #A67778: hue angle of 358.72º 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 #A67778 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB166119120-
CMYK00.280.280.35
HSL358.72º20.89%55.88%-
HSV(B)358.72º28.31%65.1%-
XYZ25.7122.6620.79-
YUV133.17120.57151.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 119 (46.88% from 255) = 29.38%
BLUE value IS 120 (47.27% from 255) = 29.63%
R=40.99%
G=29.38%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611912000.280.280.35358.7220.8955.88
HexA6777801C1C231671538
Octal24616717003434435472570
Binary10100110111011111110000111001110010001110110011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67778; }

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

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

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

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

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

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

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

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