#A76078

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

Shades of Turkish Rose #A76078

Tints of Turkish Rose #A76078

Color information

#A76078 (or 0xA76078) is unknown color: approx Turkish Rose. HEX triplet: A7, 60 and 78. RGB value is (167,96,120). Sum of RGB (Red+Green+Blue) = 167+96+120=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A76078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76078 is #589F87. Grayscale: #777777. Windows color (decimal): -5808008 or 7889063. OLE color: 7889063.

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

Color convert

RGB16796120-
CMYK00.430.280.35
HSL339.72º28.74%51.57%-
HSV(B)339.72º42.51%65.49%-
XYZ23.5117.9419.99-
YUV119.96128.02161.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=43.60%
G=25.07%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679612000.430.280.35339.7228.7451.57
HexA7607802B1C231541d34
Octal24714017005334435243564
Binary101001111100000111100001010111110010001110101010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76078; }

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

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

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

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

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

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

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

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