#A47763

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

Shades of Toast #A47763

Tints of Toast #A47763

Color information

#A47763 (or 0xA47763) is unknown color: approx Toast. HEX triplet: A4, 77 and 63. RGB value is (164,119,99). Sum of RGB (Red+Green+Blue) = 164+119+99=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A47763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47763 is #5B889C. Grayscale: #828282. Windows color (decimal): -5998749 or 6518692. OLE color: 6518692.

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

Color convert

RGB16411999-
CMYK00.270.400.36
HSL18.46º26.32%51.57%-
HSV(B)18.46º39.63%64.31%-
XYZ24.1621.9914.77-
YUV130.17110.41152.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 99 (39.06% from 255) = 25.92%
R=42.93%
G=31.15%
B=25.92%

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
Decimal1641199900.270.400.3618.4626.3251.57
HexA4776301B2824121a34
Octal2441671430335044223264
Binary10100100111011111000110110111010001001001001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47763; }

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

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

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

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

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

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

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

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