#A76378

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

Shades of Turkish Rose #A76378

Tints of Turkish Rose #A76378

Color information

#A76378 (or 0xA76378) is unknown color: approx Turkish Rose. HEX triplet: A7, 63 and 78. RGB value is (167,99,120). Sum of RGB (Red+Green+Blue) = 167+99+120=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A76378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76378 is #589C87. Grayscale: #797979. Windows color (decimal): -5807240 or 7889831. OLE color: 7889831.

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

Color convert

RGB16799120-
CMYK00.410.280.35
HSL341.47º27.87%52.16%-
HSV(B)341.47º40.72%65.49%-
XYZ23.7918.520.09-
YUV121.73127.03160.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.26%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=43.26%
G=25.65%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679912000.410.280.35341.4727.8752.16
HexA763780291C231551c34
Octal24714317005134435253464
Binary101001111100011111100001010011110010001110101010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76378; }

 p { color: rgb(167,99,120); }

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

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

 a { background-color: rgb(167,99,120); }

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

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

 span { border-color: rgb(167,99,120); }

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