#A77761

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

Shades of Toast #A77761

Tints of Toast #A77761

Color information

#A77761 (or 0xA77761) is unknown color: approx Toast. HEX triplet: A7, 77 and 61. RGB value is (167,119,97). Sum of RGB (Red+Green+Blue) = 167+119+97=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A77761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77761 is #58889E. Grayscale: #828282. Windows color (decimal): -5802143 or 6387623. OLE color: 6387623.

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

Color convert

RGB16711997-
CMYK00.290.420.35
HSL18.86º28.46%51.76%-
HSV(B)18.86º41.92%65.49%-
XYZ24.6922.2714.31-
YUV130.84108.9153.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=43.60%
G=31.07%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671199700.290.420.3518.8628.4651.76
HexA7776101D2A23131c34
Octal2471671410355243233464
Binary10100111111011111000010111011010101000111001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77761; }

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

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

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

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

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

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

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

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