#A76471

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

Shades of Turkish Rose #A76471

Tints of Turkish Rose #A76471

Color information

#A76471 (or 0xA76471) is unknown color: approx Turkish Rose. HEX triplet: A7, 64 and 71. RGB value is (167,100,113). Sum of RGB (Red+Green+Blue) = 167+100+113=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A76471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76471 is #589B8E. Grayscale: #797979. Windows color (decimal): -5806991 or 7431335. OLE color: 7431335.

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

Color convert

RGB167100113-
CMYK00.400.320.35
HSL348.36º27.57%52.35%-
HSV(B)348.36º40.12%65.49%-
XYZ23.4718.5217.96-
YUV121.52123.2160.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=43.95%
G=26.32%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710011300.400.320.35348.3627.5752.35
HexA76471028202315c1c34
Octal24714416105040435343464
Binary1010011111001001110001010100010000010001110101110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76471; }

 p { color: rgb(167,100,113); }

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

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

 a { background-color: rgb(167,100,113); }

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

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

 span { border-color: rgb(167,100,113); }

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