#A8765F

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

Shades of Toast #A8765F

Tints of Toast #A8765F

Color information

#A8765F (or 0xA8765F) is unknown color: approx Toast. HEX triplet: A8, 76 and 5F. RGB value is (168,118,95). Sum of RGB (Red+Green+Blue) = 168+118+95=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8765F is #5789A0. Grayscale: #828282. Windows color (decimal): -5736865 or 6256296. OLE color: 6256296.

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

Color convert

RGB16811895-
CMYK00.300.430.34
HSL18.9º29.55%51.57%-
HSV(B)18.9º43.45%65.88%-
XYZ24.6922.1113.79-
YUV130.33108.06154.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=44.09%
G=30.97%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681189500.300.430.3418.929.5551.57
HexA8765F01E2B22131e34
Octal2501661370365342233664
Binary10101000111011010111110111101010111000101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8765F; }

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

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

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

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

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

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

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

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