#A76178

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

Shades of Turkish Rose #A76178

Tints of Turkish Rose #A76178

Color information

#A76178 (or 0xA76178) is unknown color: approx Turkish Rose. HEX triplet: A7, 61 and 78. RGB value is (167,97,120). Sum of RGB (Red+Green+Blue) = 167+97+120=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A76178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76178 is #589E87. Grayscale: #787878. Windows color (decimal): -5807752 or 7889319. OLE color: 7889319.

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

Color convert

RGB16797120-
CMYK00.420.280.35
HSL340.29º28.46%51.76%-
HSV(B)340.29º41.92%65.49%-
XYZ23.618.1220.02-
YUV120.55127.69161.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=43.49%
G=25.26%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679712000.420.280.35340.2928.4651.76
HexA7617802A1C231541c34
Octal24714117005234435243464
Binary101001111100001111100001010101110010001110101010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76178; }

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

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

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

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

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

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

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

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