#a8765b

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

Shades of Toast #A8765B

Tints of Toast #A8765B

Color information

#A8765B (or 0xA8765B) is unknown color: approx Toast. HEX triplet: A8, 76 and 5B. RGB value is (168,118,91). Sum of RGB (Red+Green+Blue) = 168+118+91=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8765B is #5789A4. Grayscale: #828282. Windows color (decimal): -5736869 or 5994152. OLE color: 5994152.

HSL color Cylindrical-coordinate representation of color #A8765B: hue angle of 21.04º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8765B is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16811891-
CMYK00.300.460.34
HSL21.04º30.68%50.78%-
HSV(B)21.04º45.83%65.88%-
XYZ24.5222.0412.86-
YUV129.87106.06155.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=44.56%
G=31.30%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681189100.300.460.3421.0430.6850.78
HexA8765B01E2E22151f33
Octal2501661330365642253763
Binary10101000111011010110110111101011101000101010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8765b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8765b; }

 p { color: rgb(168,118,91); }

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

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

 a { background-color: rgb(168,118,91); }

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

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

 span { border-color: rgb(168,118,91); }

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