#A07458

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

Shades of Toast #A07458

Tints of Toast #A07458

Color information

#A07458 (or 0xA07458) is unknown color: approx Toast. HEX triplet: A0, 74 and 58. RGB value is (160,116,88). Sum of RGB (Red+Green+Blue) = 160+116+88=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A07458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07458 is #5F8BA7. Grayscale: #7E7E7E. Windows color (decimal): -6261672 or 5797024. OLE color: 5797024.

HSL color Cylindrical-coordinate representation of color #A07458: hue angle of 23.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A07458 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16011688-
CMYK00.280.450.37
HSL23.33º29.03%48.63%-
HSV(B)23.33º45%62.75%-
XYZ22.520.6712.04-
YUV125.96106.58152.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=43.96%
G=31.87%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601168800.280.450.3723.3329.0348.63
HexA0745801C2D25171d31
Octal2401641300345545273561
Binary10100000111010010110000111001011011001011011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07458; }

 p { color: rgb(160,116,88); }

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

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

 a { background-color: rgb(160,116,88); }

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

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

 span { border-color: rgb(160,116,88); }

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