#A76779

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

Shades of Turkish Rose #A76779

Tints of Turkish Rose #A76779

Color information

#A76779 (or 0xA76779) is unknown color: approx Turkish Rose. HEX triplet: A7, 67 and 79. RGB value is (167,103,121). Sum of RGB (Red+Green+Blue) = 167+103+121=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A76779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76779 is #589886. Grayscale: #7C7C7C. Windows color (decimal): -5806215 or 7956391. OLE color: 7956391.

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

Color convert

RGB167103121-
CMYK00.380.280.35
HSL343.12º26.67%52.94%-
HSV(B)343.12º38.32%65.49%-
XYZ24.2419.320.54-
YUV124.19126.2158.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=42.71%
G=26.34%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710312100.380.280.35343.1226.6752.94
HexA767790261C231571b35
Octal24714717104634435273365
Binary101001111100111111100101001101110010001110101011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76779; }

 p { color: rgb(167,103,121); }

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

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

 a { background-color: rgb(167,103,121); }

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

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

 span { border-color: rgb(167,103,121); }

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