#A77260

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

Shades of Toast #A77260

Tints of Toast #A77260

Color information

#A77260 (or 0xA77260) is unknown color: approx Toast. HEX triplet: A7, 72 and 60. RGB value is (167,114,96). Sum of RGB (Red+Green+Blue) = 167+114+96=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A77260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77260 is #588D9F. Grayscale: #7F7F7F. Windows color (decimal): -5803424 or 6320807. OLE color: 6320807.

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

Color convert

RGB16711496-
CMYK00.320.430.35
HSL15.21º28.74%51.57%-
HSV(B)15.21º42.51%65.49%-
XYZ24.0621.0913.87-
YUV127.8110.06155.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.30%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=44.30%
G=30.24%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671149600.320.430.3515.2128.7451.57
HexA772600202B23f1d34
Octal2471621400405343173564
Binary10100111111001011000000100000101011100011111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77260; }

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

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

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

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

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

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

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

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