#A07258

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

Shades of Toast #A07258

Tints of Toast #A07258

Color information

#A07258 (or 0xA07258) is unknown color: approx Toast. HEX triplet: A0, 72 and 58. RGB value is (160,114,88). Sum of RGB (Red+Green+Blue) = 160+114+88=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A07258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07258 is #5F8DA7. Grayscale: #7C7C7C. Windows color (decimal): -6262184 or 5796512. OLE color: 5796512.

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

Color convert

RGB16011488-
CMYK00.290.450.37
HSL21.67º29.03%48.63%-
HSV(B)21.67º45%62.75%-
XYZ22.2820.2111.96-
YUV124.79107.24153.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 88 (34.77% from 255) = 24.31%
R=44.20%
G=31.49%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601148800.290.450.3721.6729.0348.63
HexA0725801D2D25161d31
Octal2401621300355545263561
Binary10100000111001010110000111011011011001011011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07258; }

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

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

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

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

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

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

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

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