#a5705b

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

Shades of Toast #A5705B

Tints of Toast #A5705B

Color information

#A5705B (or 0xA5705B) is unknown color: approx Toast. HEX triplet: A5, 70 and 5B. RGB value is (165,112,91). Sum of RGB (Red+Green+Blue) = 165+112+91=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A5705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5705B is #5A8FA4. Grayscale: #7D7D7D. Windows color (decimal): -5935013 or 5992613. OLE color: 5992613.

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

Color convert

RGB16511291-
CMYK00.320.450.35
HSL17.03º29.13%50.2%-
HSV(B)17.03º44.85%64.71%-
XYZ23.220.3412.6-
YUV125.45108.56156.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=44.84%
G=30.43%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651129100.320.450.3517.0329.1350.2
HexA5705B0202D23111d32
Octal2451601330405543213562
Binary101001011110000101101101000001011011000111000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5705b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5705b; }

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

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

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

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

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

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

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

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