#A77261

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

Shades of Toast #A77261

Tints of Toast #A77261

Color information

#A77261 (or 0xA77261) is unknown color: approx Toast. HEX triplet: A7, 72 and 61. RGB value is (167,114,97). Sum of RGB (Red+Green+Blue) = 167+114+97=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A77261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77261 is #588D9E. Grayscale: #808080. Windows color (decimal): -5803423 or 6386343. OLE color: 6386343.

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

Color convert

RGB16711497-
CMYK00.320.420.35
HSL14.57º28.46%51.76%-
HSV(B)14.57º41.92%65.49%-
XYZ24.1121.1114.11-
YUV127.91110.56155.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=44.18%
G=30.16%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671149700.320.420.3514.5728.4651.76
HexA772610202A23f1c34
Octal2471621410405243173464
Binary10100111111001011000010100000101010100011111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77261; }

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

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

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

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

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

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

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

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