#A76278

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

Shades of Turkish Rose #A76278

Tints of Turkish Rose #A76278

Color information

#A76278 (or 0xA76278) is unknown color: approx Turkish Rose. HEX triplet: A7, 62 and 78. RGB value is (167,98,120). Sum of RGB (Red+Green+Blue) = 167+98+120=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A76278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76278 is #589D87. Grayscale: #797979. Windows color (decimal): -5807496 or 7889575. OLE color: 7889575.

HSL color Cylindrical-coordinate representation of color #A76278: hue angle of 340.87º 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 #A76278 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB16798120-
CMYK00.410.280.35
HSL340.87º28.16%51.96%-
HSV(B)340.87º41.32%65.49%-
XYZ23.6918.3120.05-
YUV121.14127.36160.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=43.38%
G=25.45%
B=31.17%

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
Decimal1679812000.410.280.35340.8728.1651.96
HexA762780291C231551c34
Octal24714217005134435253464
Binary101001111100010111100001010011110010001110101010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76278; }

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

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

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

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

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

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

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

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