#A77262

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

Shades of Toast #A77262

Tints of Toast #A77262

Color information

#A77262 (or 0xA77262) is unknown color: approx Toast. HEX triplet: A7, 72 and 62. RGB value is (167,114,98). Sum of RGB (Red+Green+Blue) = 167+114+98=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A77262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77262 is #588D9D. Grayscale: #808080. Windows color (decimal): -5803422 or 6451879. OLE color: 6451879.

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

Color convert

RGB16711498-
CMYK00.320.410.35
HSL13.91º28.16%51.96%-
HSV(B)13.91º41.32%65.49%-
XYZ24.1621.1314.36-
YUV128.02111.06155.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 98 (38.67% from 255) = 25.86%
R=44.06%
G=30.08%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671149800.320.410.3513.9128.1651.96
HexA772620202923e1c34
Octal2471621420405143163464
Binary10100111111001011000100100000101001100011111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77262; }

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

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

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

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

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

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

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

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