#A87763

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

Shades of Toast #A87763

Tints of Toast #A87763

Color information

#A87763 (or 0xA87763) is unknown color: approx Toast. HEX triplet: A8, 77 and 63. RGB value is (168,119,99). Sum of RGB (Red+Green+Blue) = 168+119+99=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A87763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87763 is #57889C. Grayscale: #838383. Windows color (decimal): -5736605 or 6518696. OLE color: 6518696.

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

Color convert

RGB16811999-
CMYK00.290.410.34
HSL17.39º28.4%52.35%-
HSV(B)17.39º41.07%65.88%-
XYZ2522.4214.81-
YUV131.37109.73154.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.52%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=43.52%
G=30.83%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681199900.290.410.3417.3928.452.35
HexA8776301D2922111c34
Octal2501671430355142213464
Binary10101000111011111000110111011010011000101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87763; }

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

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

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

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

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

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

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

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