#A67378

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

Shades of Turkish Rose #A67378

Tints of Turkish Rose #A67378

Color information

#A67378 (or 0xA67378) is unknown color: approx Turkish Rose. HEX triplet: A6, 73 and 78. RGB value is (166,115,120). Sum of RGB (Red+Green+Blue) = 166+115+120=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A67378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67378 is #598C87. Grayscale: #828282. Windows color (decimal): -5868680 or 7893926. OLE color: 7893926.

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

Color convert

RGB166115120-
CMYK00.310.280.35
HSL354.12º22.27%55.1%-
HSV(B)354.12º30.72%65.1%-
XYZ25.2521.7220.63-
YUV130.82121.9153.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=41.40%
G=28.68%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611512000.310.280.35354.1222.2755.1
HexA6737801F1C231621637
Octal24616317003734435422667
Binary10100110111001111110000111111110010001110110001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67378; }

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

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

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

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

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

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

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

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