#A07155

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

Shades of Toast #A07155

Tints of Toast #A07155

Color information

#A07155 (or 0xA07155) is unknown color: approx Toast. HEX triplet: A0, 71 and 55. RGB value is (160,113,85). Sum of RGB (Red+Green+Blue) = 160+113+85=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A07155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07155 is #5F8EAA. Grayscale: #7C7C7C. Windows color (decimal): -6262443 or 5599648. OLE color: 5599648.

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

Color convert

RGB16011385-
CMYK00.290.470.37
HSL22.4º30.61%48.04%-
HSV(B)22.4º46.88%62.75%-
XYZ22.0419.9411.28-
YUV123.86106.07153.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=44.69%
G=31.56%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601138500.290.470.3722.430.6148.04
HexA0715501D2F25161f30
Octal2401611250355745263760
Binary10100000111000110101010111011011111001011011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07155; }

 p { color: rgb(160,113,85); }

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

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

 a { background-color: rgb(160,113,85); }

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

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

 span { border-color: rgb(160,113,85); }

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