#A07358

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

Shades of Toast #A07358

Tints of Toast #A07358

Color information

#A07358 (or 0xA07358) is unknown color: approx Toast. HEX triplet: A0, 73 and 58. RGB value is (160,115,88). Sum of RGB (Red+Green+Blue) = 160+115+88=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A07358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07358 is #5F8CA7. Grayscale: #7D7D7D. Windows color (decimal): -6261928 or 5796768. OLE color: 5796768.

HSL color Cylindrical-coordinate representation of color #A07358: hue angle of 22.5º 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 #A07358 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16011588-
CMYK00.280.450.37
HSL22.5º29.03%48.63%-
HSV(B)22.5º45%62.75%-
XYZ22.3920.4412-
YUV125.38106.91152.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 88 (34.77% from 255) = 24.24%
R=44.08%
G=31.68%
B=24.24%

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
Decimal1601158800.280.450.3722.529.0348.63
HexA0735801C2D25161d31
Octal2401631300345545263561
Binary10100000111001110110000111001011011001011011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07358; }

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

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

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

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

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

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

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

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