#A5765E

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

Shades of Toast #A5765E

Tints of Toast #A5765E

Color information

#A5765E (or 0xA5765E) is unknown color: approx Toast. HEX triplet: A5, 76 and 5E. RGB value is (165,118,94). Sum of RGB (Red+Green+Blue) = 165+118+94=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5765E is #5A89A1. Grayscale: #818181. Windows color (decimal): -5933474 or 6190757. OLE color: 6190757.

HSL color Cylindrical-coordinate representation of color #A5765E: hue angle of 20.28º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5765E is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16511894-
CMYK00.280.430.35
HSL20.28º28.29%50.78%-
HSV(B)20.28º43.03%64.71%-
XYZ24.0221.7613.52-
YUV129.32108.07153.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=43.77%
G=31.30%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651189400.280.430.3520.2828.2950.78
HexA5765E01C2B23141c33
Octal2451661360345343243463
Binary10100101111011010111100111001010111000111010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5765E; }

 p { color: rgb(165,118,94); }

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

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

 a { background-color: rgb(165,118,94); }

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

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

 span { border-color: rgb(165,118,94); }

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