#A5705C

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

Shades of Toast #A5705C

Tints of Toast #A5705C

Color information

#A5705C (or 0xA5705C) is unknown color: approx Toast. HEX triplet: A5, 70 and 5C. RGB value is (165,112,92). Sum of RGB (Red+Green+Blue) = 165+112+92=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5705C is #5A8FA3. Grayscale: #7D7D7D. Windows color (decimal): -5935012 or 6058149. OLE color: 6058149.

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

Color convert

RGB16511292-
CMYK00.320.440.35
HSL16.44º28.85%50.39%-
HSV(B)16.44º44.24%64.71%-
XYZ23.2420.3612.83-
YUV125.57109.06156.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=44.72%
G=30.35%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651129200.320.440.3516.4428.8550.39
HexA5705C0202C23101d32
Octal2451601340405443203562
Binary101001011110000101110001000001011001000111000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5705C; }

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

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

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

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

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

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

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

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