#A76971

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

Shades of Turkish Rose #A76971

Tints of Turkish Rose #A76971

Color information

#A76971 (or 0xA76971) is unknown color: approx Turkish Rose. HEX triplet: A7, 69 and 71. RGB value is (167,105,113). Sum of RGB (Red+Green+Blue) = 167+105+113=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A76971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76971 is #58968E. Grayscale: #7C7C7C. Windows color (decimal): -5805711 or 7432615. OLE color: 7432615.

HSL color Cylindrical-coordinate representation of color #A76971: hue angle of 352.26º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76971 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB167105113-
CMYK00.370.320.35
HSL352.26º26.05%53.33%-
HSV(B)352.26º37.13%65.49%-
XYZ23.9719.5118.13-
YUV124.45121.54158.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=43.38%
G=27.27%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710511300.370.320.35352.2626.0553.33
HexA7697102520231601a35
Octal24715116104540435403265
Binary1010011111010011110001010010110000010001110110000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76971; }

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

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

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

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

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

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

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

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