#A76578

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

Shades of Turkish Rose #A76578

Tints of Turkish Rose #A76578

Color information

#A76578 (or 0xA76578) is unknown color: approx Turkish Rose. HEX triplet: A7, 65 and 78. RGB value is (167,101,120). Sum of RGB (Red+Green+Blue) = 167+101+120=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A76578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76578 is #589A87. Grayscale: #7A7A7A. Windows color (decimal): -5806728 or 7890343. OLE color: 7890343.

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

Color convert

RGB167101120-
CMYK00.400.280.35
HSL342.73º27.27%52.55%-
HSV(B)342.73º39.52%65.49%-
XYZ23.9818.8820.15-
YUV122.9126.37159.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=43.04%
G=26.03%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710112000.400.280.35342.7327.2752.55
HexA765780281C231571b35
Octal24714517005034435273365
Binary101001111100101111100001010001110010001110101011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76578; }

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

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

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

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

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

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

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

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