#A47762

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

Shades of Toast #A47762

Tints of Toast #A47762

Color information

#A47762 (or 0xA47762) is unknown color: approx Toast. HEX triplet: A4, 77 and 62. RGB value is (164,119,98). Sum of RGB (Red+Green+Blue) = 164+119+98=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A47762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47762 is #5B889D. Grayscale: #828282. Windows color (decimal): -5998750 or 6453156. OLE color: 6453156.

HSL color Cylindrical-coordinate representation of color #A47762: hue angle of 19.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47762 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16411998-
CMYK00.270.400.36
HSL19.09º26.61%51.37%-
HSV(B)19.09º40.24%64.31%-
XYZ24.1121.9714.52-
YUV130.06109.91152.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 98 (38.67% from 255) = 25.72%
R=43.04%
G=31.23%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641199800.270.400.3619.0926.6151.37
HexA4776201B2824131b33
Octal2441671420335044233363
Binary10100100111011111000100110111010001001001001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47762; }

 p { color: rgb(164,119,98); }

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

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

 a { background-color: rgb(164,119,98); }

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

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

 span { border-color: rgb(164,119,98); }

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