#A5705F

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

Shades of Toast #A5705F

Tints of Toast #A5705F

Color information

#A5705F (or 0xA5705F) is unknown color: approx Toast. HEX triplet: A5, 70 and 5F. RGB value is (165,112,95). Sum of RGB (Red+Green+Blue) = 165+112+95=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5705F is #5A8FA0. Grayscale: #7E7E7E. Windows color (decimal): -5935009 or 6254757. OLE color: 6254757.

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

Color convert

RGB16511295-
CMYK00.320.420.35
HSL14.57º28%50.98%-
HSV(B)14.57º42.42%64.71%-
XYZ23.3820.4113.53-
YUV125.91110.56155.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 95 (37.5% from 255) = 25.54%
R=44.35%
G=30.11%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651129500.320.420.3514.572850.98
HexA5705F0202A23f1c33
Octal2451601370405243173463
Binary10100101111000010111110100000101010100011111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5705F; }

 p { color: rgb(165,112,95); }

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

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

 a { background-color: rgb(165,112,95); }

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

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

 span { border-color: rgb(165,112,95); }

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